@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
}
/* remember to define focus styles! */
*:focus {
	outline: 0;
}
img {
	border:none
}
/*-------------------CSS Resetting END-----------------*/

body {
	background-image: url(../images/bg-pattern.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mar-r-b {
	border: 1px solid #BEB9D9;
	padding: 4px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	background-color: #FFFFFF;
}
.mar-l-b {
	border: 1px solid #CBC7E0;
	padding: 4px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;
	background-color: #ECECEC;
}
.justify{text-align:justify}
.top-bar {
	float: left;
	width: 100%;
	background-image: url(../images/top-black-bar.jpg);
	background-repeat: repeat-x;
	height: 30px;
	color: #d4d4d4;
}
.top-bar-container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 30px;
}
.language {
	float: left;
	margin-left: 170px;
}
.language img {
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}
.quick-menu {
	margin-left: 13px;
}
.quick-menu li {
	display: inline;
	background-image: url(../images/seperator.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 30px;
	float: left;
}
.quick-menu li a span {
	float: left;
	line-height: 30px;
	margin-right: 5px;
	margin-top: 8px;
}
.quick-menu li a, .quick-menu li a:visited {
	text-decoration: none;
	color: #f99b1d;
	padding-right: 13px;
	padding-left: 10px;
	float: left;
	font-weight: bold;
}
.quick-menu li a:hover {
	color: #FFFFFF;
}
.main {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	float: left;
	width: 980px;
	margin-bottom: 18px;
	margin-top: 11px;
}
.logo {
	float: left;
}
.header-right {
	float: right;
}
.mar35 {
	margin-right: 35px;
}
.mar5 {
	margin-top: 5px;
}
.search {
	background-color: transparent;
	background-image: url("../images/search.png");
	background-repeat: no-repeat;
	border-style: none;
	height: 19px;
	padding: 8px;
	width: 175px;
	font-style: italic;
	color: #646464;
}
.search-btn {
	background-image: url(../images/search-btn.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 71px;
	text-indent: -999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	margin-left: 5px;
}
.search-btn:hover {
	background-image: url(../images/search-btn.png);
	background-position: left bottom;
}
.menu {
	float: left;
	width: 980px;
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat-x;
	line-height: 37px;
	background-position: left top;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 0px 0px #cfcfcf;
	box-shadow: 1px 1px 0px 0px #cfcfcf;
	margin-bottom: 13px;
}
.menu li {
	display: inline;
}
.menu li a, .menu li a:visited {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #4a4a4a;
	font-family: "Century Gothic";
	background-image: url(../images/seperator2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
.menu li a:hover {
	color: #BE5A2D;
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
.wrapper {
	float: left;
	width: 980px;
	margin-bottom: 13px;
}
.left-wrapper {
	float: left;
	width: 238px;
}
.right-wrapper {
	float: left;
	width: 730px;
	margin-left: 12px;
	background: #fff;
}
.banner {
	float: left;
	width: 730px;
}
.login {
	float: left;
	width: 238px;
}
.login h2 {
	float: left;
	color: #FFFFFF;
	font-family: "Century Gothic";
	background-image: url(../images/sidebar-header-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 223px;
	height: 54px;
	line-height: 35px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
.left-container {
	float: left;
	width: 238px;
	background-image: url(../images/sidebar-footer-gradient.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
.left-container-login{
	float: left;
	width: 218px;
	background-image: url(../images/sidebar-footer-gradient.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	padding: 10px;
}
.left-container-login h4{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;

}
.left-container-login  a, .left-container-login a:visited {
	text-decoration: none;
	color: #008BE3;
}
.left-container-login a:hover {
	color: #D16736;
}


.shadow {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 2px 1px #c4c4c4;
	box-shadow: 0px 0px 2px 1px #c4c4c4;
}
.align-c {
	text-align: center;
}
.login-input {
	height: 23px;
	width: 199px;
	background-image: url(../images/bg-pattern.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
	color: #0083d8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 5px;
	-webkit-box-shadow: inset 1px 1px 1px 1px #c4c4c4;
	box-shadow: inset 1px 1px 1px 1px #c4c4c4;
	line-height: 23px;
	behavior: url(../ie/PIE.htc);
}
.login-textarea {
	height: auto !important;
}
.login-input-f {
	width: 399px !important;
	background-color: #FFFFFF !important;
	background-image: none !important;
}
.red:link, .red:visited {
	color: #df2516;
	text-decoration: none;
}
.red:hover {
	color: #4B4B4B;
}
.login-btn {
	background-image: url(../images/login-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 81px;
	text-indent: -999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	margin-left: 5px;
}
.login-btn:hover {
	background-position: left bottom;
}

.submit-btn {
	background-image: url(../images/submit.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 81px;
	text-indent: -999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	margin-left: 5px;
}
.submit-btn:hover {
	background-position: left bottom;
}


.dotted {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #959595;
	margin-top: 15px;
	margin-bottom: 15px;
}
.reg {
	font-size: 15px;
	color: #24459a;
	font-weight: bold;
}
.click:link, .click:visited {
	font-size: 12px;
	text-transform: uppercase;
	color: #0e8ddd;
	text-decoration: none;
	font-weight: bold;
}
.click:hover {
	color: #000000;
}
.right-wrapper h1 {
	color: #434343;
	font-size: 16px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c7c7c7;
	display: block;
	background-color: #FFFFFF;
	padding: 8px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	font-family: "Century Gothic";
	margin-bottom: 13px;
}
.right-container {
	float: left;
	width: 730px;
}
.right-container h2 {
	color: #0F63CA;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1B8BD6;
	margin-bottom: 5px;
	padding-bottom: 3px;
	
}
.orange {
	color: #be5a2e;
}
.feature-product {
	float: left;
	width: 730px;
}
.product-list {
	float: left;
	width: 730px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #454545;
}
.fpul li {
	display: inline;
	width: 180px;
	float: left;
	padding-top: 13px;
	padding-bottom: 13px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #454545;
	height: 224px;
}
.fpul li a, .fpul li a:visited {
	text-decoration: none;
}
.fpul li:hover {
	background-color: #FFFFFF !important;
	-webkit-box-shadow: 0px 0px 2px 1px #c4c4c4;
	box-shadow: 0px 0px 2px 1px #c4c4c4;
}
.pname {
	font-weight: bold;
	color: #ac4516;
	margin: 10px;
	text-transform: uppercase;
  	line-height: 18px;
  	text-align: left;
}
.pname1 {
	color: #ac4516;
	font-weight: bold;
}
.code {
	color: #434343;
}
.code1 {
	color: #434343;
	font-size: 12px;
}
.product-last {
	border:none !important;
}
.product-img {
	text-align: center;
	height: 150px;
}
.sidemenu li a {
	text-decoration: none;
	color: #5d5d5d;
	font-size: 14px;
	font-weight: bold;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bcbcbc;
	display: block;
	line-height: 32px;
}
.last:link, .last:visited {
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer-main {
	background-color: #434343;
	float: left;
	width: 100%;
	line-height: 38px;
	height: 38px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}
.add-to-cart:link, .add-to-cart:visited {
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 80px;
	float: left;
	margin-left: 10px;
	text-indent: -99999px;
}
.add-to-cart:hover {
	background-image: url(../images/btn.png);
	background-position: left bottom;
}

.details:link, .details:visited {
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 31px;
	width: 58px;
	float: right;
	margin-right: 10px;
	text-indent: -9999px;
}
.details:hover {
	background-image: url(../images/btn.png);
	background-position: right bottom;
}
.subname {
	font-size: 15px;
	color: #2A92D5;
}
.mycart:link, .mycart:visited {
	background-image: url(../images/my-cart.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 46px;
	float: left;
	color: #FFFFFF !important;
	font-weight: bold;
	line-height: 33px;
	padding-left: 100px;
}

.back:link, .back:visited {
	text-decoration: none;
	color: #666666;
	font-size: 15px;
}
.back:hover {
	text-decoration: none;
	color: #C45E2E;
	font-size: 15px;
}



/*------------------Pagination CSS --------------------------*/

.pagein{
	float: left;
	width: 710px;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.pagination li.details1 {
   color: #888888;
margin-right: 5px;
}
ul.pagination li {
	display: inline;
}
ul.pagination li a {
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	text-decoration: none;
}
ul.pagination li a {
   background: -moz-linear-gradient(center top , #FFFFFF 1px, #F3F3F3 1px, #E6E6E6) repeat scroll 0 0 transparent;
	border: 1px solid #B6B6B6;
	color: #474747;
	margin-right: 3px;
	padding: 6px 9px;
}
ul.pagination li a:hover, ul.pagein li a.current {
    background: none repeat scroll 0 0 #FFFFFF;
}




/*------------------Side Menu CSS --------------------------*/
.suckerdiv ul {
}
.suckerdiv ul li {
	position: relative;
	font-weight:bold;
	margin:0px 1px;
}
.suckerdiv ul li:hover {
	position: relative;
	font-weight:bold;
	margin:0px 1px;
	color: #c24e18;
	background-image: url(../images/bg-pattern.jpg);
}
.suckerdiv ul li.selected {
	position: relative;
	font-weight:bold;
	color:#c24e18!important;
	margin:0px 1px;
}
.suckerdiv ul li.selected a {
	color:#c24e18!important;
}
.suckerdiv ul li:hover a {
	color:#c24e18 !important;
}
.suckerdiv ul li:hover ul li a:hover {
	color:#5d5d5d !important;
}
/*Sub level menu items */
.suckerdiv ul li ul {
	position: absolute;
	width: 200px; /*sub menu width*/
	top: 0;
	border: 1px solid #E5E5E5;
	z-index:103!important;
}
/* Sub level menu links style */
.suckerdiv ul li a {
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	color:#5d5d5d!important;
	display:block;
}
.suckerdiv ul li a:visited {
}
.suckerdiv ul li a:hover {
}
.suckerdiv .subfolderstyle {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 220px center;
}
/* Holly Hack for IE \*/
* html .suckerdiv ul li {
	float: left;
	height: 1%;
}
* html .suckerdiv ul li a {
	height: 1%;
}
.suckerdiv ul li:hover li {
	margin:0px !important;
	background-color: #FFFFFF;
}
/*------------------Side Menu CSS END --------------------------*/



/*------------------Feature Product CSS --------------------------*/

#jFlowSlide {
}
#myController {
	float: right;
}
#myController span.jFlowSelected {
	margin-right:0px;
	background-color: #CC6433;
}
.jFlowNext {
	cursor:pointer;
	background-image: url(../images/next-pre-arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 22px;
	width: 22px;
	float: left;
	margin-left: 5px;
}
.jFlowPrev {
	cursor:pointer;
	background-image: url(../images/next-pre-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 22px;
	float: left;
}
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover {
}

.error {
	color:#FF0000;
}
.hide {
	display:none;
}

.error {
	color:#FF0000;
}
.hide {
	display:none;
}
.jquery_err {
    border: 1px solid #DF0000;
}

/*------------------Feature Product CSS END --------------------------*/
.add-to-cart-pop {
	float: left;
	width: 400px;
	background-color: #FFFFFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 170px;
}
.add-to-cart-header {
	background-image: url(../images/added.jpg);
	background-repeat: repeat-x;
	line-height: 41px;
	font-size: 18px;
	font-weight: bold;
	color: #707070;
	text-align: center;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px; 
}
.proname {
	display: block;
	text-align: center;
	color: #a85700;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}
.btn2 {
	display: block;
	text-align: center;
}
.btn2 a, .btn2 a:visited {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2c81c2;
	padding: 6px;
	margin-right: 30px;
	margin-left: 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.btn2 a:hover{background-color:#c2812c;}
.add-to-cart-item {
	float: left;
	width: 800px;
	background-color: #FFFFFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 10px;
}
.cart-details {
	padding: 10px;
}
.sti  td, .sti th {
	padding: 5px;
	border: 1px solid #F4F4F4;
}
.sti a {
	color: #0066FF;
	text-decoration: none;
}
.red {
	color: #990000;
}
.black {
	color: #000000;
}


.tl{
	text-align:left !important;
	padding-left: 10px;
}
.width185{
width: 185px !important;
}

.cart-item-cont-bg {
    height: 190px;
    overflow-x: hidden;
    overflow-y: auto;
}

.languages a{
	margin-left:3px;
}

.img_span {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}


.product-img > img {
    z-index: 100;
}



.product-img {
    height: 150px;
    position: relative;
    text-align: center;
}
.frmconfirm{
	padding: 5px;
  margin-bottom: 7px;
}