@charset "utf-8";
/* CSS Document */

body {
	background:#fff;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#474747;
}
* {
	padding:0;
	margin:0;
}
.clr {
	clear:both;
}
img  {	
	border:none;
}
a {
	text-decoration:none;
	color:#474747;
}
a:hover {
	text-decoration: underline;
	color:#000000;
}
#container {
	width:971px;
	margin:0px auto 0;
	background:#fff;
	overflow:hidden;
}
#header {
	height:111px;
}
#header #logo {
	float:left;
	width:300px;
	margin:12px 0 0;
	
}
#header #language {
	float:left;
	color:#000000;
	margin:30px 0 0;
}

#language #center{
	height:24px;
	float:left;
	padding-bottom:5px;
}

#header #language a {
	padding: 0 0 0 3px;
	color:#000000;
	margin-top:5px;
}
#header #contactNumber
{
	float:right;
	width:305px;
	margin:0px 0 0 0;
	font-weight:bold;
	/*line-height:33px;*/
	
}
#contactNumber #headingContact
{
	line-height:33px;
	float:left;
}
#header #contactNumber span
{
	font-weight:bold;
	font-size:18px;
	float:left;
	line-height:32px;
	margin-left:5px;
}
#header #search
{
	width:205px;
	float:right;
	margin:0px 0 0 136px;
	
	

}
#search #labelText
{
	color:#000000;
	font-size:12px;
	float:left;
	margin:0px 13px 0 0;
}
#search #serachButton
{
	float:left;
	height:20px;
	width:20px;
	margin:0px 0 0 5px;
}
#search #serachBox
{
	background-color:#F5F6F2;
	width:136px;
	font-size:9px;
	border:none;
	color:#8C8C8C;
	margin-top:1px;
	text-indent:0.5em;
	float:left;
}

#navArea  #topNav {
	float:right;
	color:#ABABAB;
} 
#navArea  #topNav a{
	color:#ABABAB;
	text-decoration:none;
	padding:0 5px;
}
#navArea  #topNav a:hover{
	color:#ABABAB;
	text-decoration:underline;
}
/*------------------DropDown Menu-----------------*/
#header #menu,
#footer  {
	height:40px;
}
#languageFlags
{
	height:40px;
	width:207px;
	float:left;
	margin:5px 0 0 0;
}
#languageFlags #flags
{
	float:right;
	margin:8px 0 0 0;
	
}
#languageFlags #flags li
{
	float:left;
	width:15px;
	list-style:none;
	text-align:right;
}
#languageFlags #flags li img
{
	border:none;
	cursor:pointer;
}
#header #menu {
 float:left;
 height:40px;
 margin:5px 0 0 0;
 
 }
#nav {
	margin:0px 0 0 0;
	width:900px;
}
#nav, #nav ul {
	/* all lists */
	float:left;
	list-style: none;
	padding: 0px;
	padding-left: 0px;
	border-bottom: none;
	text-align: left;
}
#nav a {
	display: block;
	color:#000000;
	text-decoration: none;
	text-align:10px;
	font-weight:bold;
	font-size:11px;
}
#nav a:hover {
	display: block;
	color:#000000;
	text-decoration: none;
	text-align:10px;
}
#nav li:hover a, #nav li.sfhover a {
	/*border-bottom:none;*/
	color:#000000;
}
#nav li:hover ul li a, #nav li.sfhover ul li a {
	border:none;
	font-weight:normal;
	font-size:11px;/*visibility:hidden;*/
	
	
}
#nav li.selected ul a, #nav li:hover ul a, #nav li.sfhover ul a {
	color:#000000;
}
#nav li ul {
	border:1px solid #000000;
	border:none;
}
#nav li ul li {
	/*background-color:#373737;*/
	background-color:#FFFFFF;
	padding-left:10px;
	border-bottom:1px solid  #000000;
	width:150px;
	line-height:25px;
	margin-bottom:0;
	padding-right:1px;/*visibility:hidden;*/
}
#nav li {
	float:left;
	line-height:35px;
	padding:0 18px 0 0;
}
#nav li.last {
	float:left;
	background:none;
	line-height:35px;
	padding:0 0 0 0px;
	font-weight:700;
	cursor:pointer;
	color:#000000;
}
#nav li ul li a {
	/*background-color:#373737;*/
	background-color:#FFFFFF;
	margin-left:-10px;
	padding-left:10px;
}
#nav li ul li a:hover {
	/*background-color:#2FBDF2;*/
	background-color:#CCCCCC;
	margin-left:-10px;
	padding-left:10px;
	color:#000000;/*color:#ABABAB;*/
}
#nav li ul, #nav li.sfhover ul {
	/* second-level lists */
	position: absolute;
	z-index:100;
	padding:0;
	height: auto;
	width: 150px;
	/*border: solid 0px #373737;
	border-right:0px solid #373737;*/
	border:none;
	border-right:none;
	border-bottom: none;
	left: -9999em;/* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover, #nav li.hover, #nav li.sfhover {
	position:relative;
	z-index:100;
}
#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
	top:30px;
	@left:0;
	z-index:100;
}
#body-content {
	padding:0px 0 1px;
	_padding:0px 0 1px;
}
#body-content-inner {
	padding:0px 0 0 0px;
	margin:0 0 10px 0;
	background-color:#fff;
}
#leftCol{
	float:left;
	width:188px;
	padding-right:5px;
}
#leftCol h2{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:35px;
}
#leftCol h3{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding:1px 8px 0 0px;
}
#leftCol h3 a{
	color:#000000;
}
#leftCol ul {
	list-style:none;
	padding:0px 5px 0;
	font-size:12px;
	margin-bottom:10px;
}
#leftCol ul li {
	
	padding:0px 0 0px 0px;
}
#leftCol ul li a{
	text-decoration:none;
	font-size:11px;
	color:#474747;
}
#leftCol ul li a.select,
#leftCol ul li a:hover{
	text-decoration:none;
	font-size:11px;
	color:#034EA2;
}
#offers{
	margin-bottom:6px;
	background:#F9D600;
	padding:5px 8px;
}
#offers ul{
	list-style:none;
	margin-bottom:0!important;
}
#offers ul li{
	background:url(../images/seprator.gif) no-repeat left bottom;
	color:#373737;
	padding:1px 0;
}
#offers ul li.last{
	background:none;
	color:#373737;
	padding:5px 0;
}
#offers ul li p {
	font-size:18px;
	color:#373737;
}
#offers ul li p small{
	font-size:14px;
	color:#373737;
}
#offers ul li p span{
	font-size:18px;
	color:#ED1C24;
}
#leftCol .banner,
#midCol .banner,
#rightCol .banner{
	margin-bottom:7px;
 }
#midCol{
	float:left;
	width:957px;
	padding-right:6px;
}
#midCol #mainBanner
 {
 	 float:left;
	 height:483px;
	 width:957px;
	 /*margin:0 0 0px 1px;*/
	 display:block;
	 z-index:0;
	 
	 
 }
#midCol #bannerArea{
	display:inline-block;
	float:left;
	padding:4px 0 0 0;
	/*top:140px;
	left:65%;*/
/*	margin:462px 42px 10px 0px;
	_margin:462px 20px 10px 0px;*/
/*	position:relative;*/
	/*height:535px;*/
/*	z-index:0;*/
}
#midColInner{
	float:left;
	width:749px;
	padding-right:6px;
	margin-bottom:6px;
}
#links{
	float:left;
	padding-bottom:10px;
	width:757px;
	background:#fff;
	
}
#midColInner #productDisplay
#midColInner #links,
#midColInner #product-content #links{
	padding-bottom:5px;
	
}
#midColInner #links a,
#product-content #links a{
	color:#000000;
	text-decoration:none;
}
#midColInner #links a:hover,
#product-content #links a:hover{
	text-decoration:underline;
}
#midColInner h2
{
	/*background:url(../images/title-bg.gif) repeat-x left top;*/
	line-height:35px;
	text-align:left;
	font-size:16px;
	/*padding-left:10px;*/
	color:#000000;
	/*margin-bottom:6px;*/
}
#product-content h2 {
	/*background:url(../images/title-bg.gif) repeat-x left top;*/
	line-height:35px;
	text-align:left;
	font-size:20px;
	font-weight:normal;
	
	/*padding-left:1px;
	padding-left:1px;
	*/color:#000000;
	margin-left:7px;
	_margin-left:1px;
}
#midColInner .diplayBox {
	background:#FFFFFF;
	margin-bottom:6px;
}
#midColInner .diplayBox p{
	padding:1px 10px 5px;
	font-size:11px;
	color:#000000;
	
}
#midColInner .LoginBox
{
	float:left;
	width:330px;
	padding:0 5px 0 5px;
	margin:0 20px 0 0; 
}
#midColInner .LoginBox #login
{
	float:left;
	list-style:none;
	
}
#midColInner #Seprator
{
	height:250px;
	width:1px;
	border:1px solid #999999;
	float:left;
}
#midColInner .LoginBox #login li
{
	float:left;
	list-style:none;
	width:370px;
	height:30px;
}
#midColInner .LoginBox #login li input[type="text"], input[type="password"]
{
	width:200px;
}
#midColInner .LoginBox #login li label{
	float:left;
	width:100px;
	line-height:22px;
}
#midColInner .LoginBox p
{
	font-size:12px;
	color:#000000;
	text-align:justify;
	line-height:20px;
}
#midColInner .LoginBox p span
{
	background-color:#009900;
}
#midColInner .LoginBox #login li p a
{
	color:#003366;
	text-decoration:none;
	
}

#midColInner .diplayBox .proDisplay {
	float:left;
	width:237px;
	padding-right:20px;
}
#midColInner .diplayBox .proDetail {
	padding:10px;
	
}
#midColInner .diplayBox .proDetail h3 {
	font-size:46px;
	font-family:"Times New Roman", Times, serif;
	color:#212121;
	font-weight:bold;
	text-align:left!important;
	float:left;
	width:100%;
}
#midColInner .diplayBox .proDetail h3 span {
	font-size:30px;
	font-family:"Trebuchet MS";
	font-weight:normal;
	text-align:left!important;
}
#midColInner .diplayBox .proDetail p {
	line-height:16px;
	text-align:justify;
}
#midColInner .pod-darkArea,
#midColInner .pod-lightArea{
	float:left;
	width:187px;
	_width:187px;
	/*background:#F1F1F1;*/
	min-height:315px;
	_height:320px;

	
}

#midColInner .pod-darkArea .display,
#midColInner .pod-lightArea  .display{
	float:left;
	width:140px;
	height:210px;
	border:1px solid #D7D7D7;
    overflow:hidden;
	margin:6px 10px 10px 25px;
	_margin:6px 10px 10px 10px!important;


}
#midColInner .pod-darkArea .display .NewProducts,
#midColInner .pod-lightArea  .display .NewProducts {
	height:49px;
	width:49px;
	display:block;
	position:relative;
/*	top:53px;
	left:107px;*/
	margin:-35px 0 0 105px ;
	
}
#midColInner .pod-darkArea  .detail,
#midColInner .pod-darkArea  .detail,
#midColInner .pod-lightArea  .detail,
#midColInner .pod-lightArea .detail{
	/*float:left;*/
	width:135px;
	margin:7px 0 0 28px;
	_margin:7px 0 0 25px;
}
#midColInner .pod-darkArea  p,
#midColInner .pod-darkArea  p,
#midColInner .pod-lightArea p,
#midColInner .pod-lightArea p {
	font-size:12px;
	color:#000000;
	line-height:16px;
	text-align:center;
}
#midColInner .pod-darkArea  p span,
#midColInner .pod-darkArea  p span,
#midColInner .pod-lightArea p span,
#midColInner .pod-lightArea p span{
	font-size:12px;
	color:#000000;
	text-decoration:line-through;
	line-height:16px;
}
#midColInner .pod-darkArea  p small,
#midColInner .pod-darkArea  p small,
#midColInner .pod-lightArea p small,
#midColInner .pod-lightArea p small{
	font-size:12px;
	color:#990000;
	line-height:16px;
	font-weight:bold;
}
#midColInner .pod-darkArea  h4,
#midColInner .pod-darkArea  h4,
#midColInner .pod-lightArea  h4,
#midColInner .pod-lightArea  h4 {
	font-size:11px;
	font-weight:lighter;
	text-align:center;
}
#midColInner .pod-darkArea  h4 a,
#midColInner .pod-darkArea  h4 a,
#midColInner .pod-lightArea  h4 a,
#midColInner .pod-lightArea  h4 a{
	color:#000000;
	text-decoration:none;
	
}
#midColInner .pod-darkArea  h4 a:hover,
#midColInner .pod-darkArea  h4 a:hover,
#midColInner .pod-lightArea  h4 a:hover,
#midColInner .pod-lightArea  h4 a:hover{
	color:#000000;
	text-decoration:underline;
}
#midColInner .pod-darkArea  h5,
#midColInner .pod-darkArea  h5,
#midColInner .pod-lightArea  h5,
#midColInner .pod-lightArea  h5{
	font-size:13px;
	font-weight:bold;
	margin-top:10px;
	color:CornflowerBlue;
}
#midColInner .pod-darkArea .rightArea,
#midColInner .pod-lightArea .rightArea {
	float:left;
	width:285px;
	margin-left:15px;
}
#midColInner .pod-darkArea .red,
#midColInner .pod-lightArea .red {
	background:url(../images/red-btn.gif) no-repeat left top;
	width:83px;
	line-height:20px;
	height:25px;
	text-align:center;
	float:left;
	margin-left:60px;
	_margin-left:40px;
	margin-right:5px;
	cursor:pointer;
}
#midColInner .pod-darkArea .blue,
#midColInner .pod-lightArea .blue{
	background:url(../images/blue-btn.gif) no-repeat left top;
	width:83px;
	line-height:20px;
	height:25px;
	text-align:center;
	float:left;
	cursor:pointer;
}
#midColInner .pod-darkArea .red a,
#midColInner .pod-darkArea .blue a,
#midColInner .pod-lightArea .red a,
#midColInner .pod-lightArea .blue a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
#midColInner .pod-lightArea {
	background:#fff;
	float:left;
	width:195px;
}
#midColInner #newArrival{
	float:left;
	width:289px;
	min-height:211px;
	-height:211px;
	margin-bottom:6px;
	padding-right:3px;
}
#newArrival h1{
	font-size:35px;
	font-family:"Times New Roman", Times, serif;
	color:#FDB913;
	padding:10px 0 0 15px;
	font-weight:bold
}
#newArrival p{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding-left:15px;
}
#newArrival ul {
	list-style:none;
	padding:0 5px 0 25px;
	font-size:12px;
	margin-top:15px;
}
#newArrival ul li{
	background:url(../images/arrow-yallow.gif) no-repeat left 3px;
	margin-bottom:7px;
	padding-left:20px;
}
#newArrival ul li a{
	text-decoration:none;
	color:#fff;
}
#newArrival ul li a:hover{
	text-decoration:underline;
}
#midCol .homeBottomBanner{
	
	width:228px;
	height:150px;
	float:left;
}
#midCol .homeRightBanner{
	
	width:228px;
	height:150px;;
	margin:0px 0 7px 0;
	/*_margin:0px 0 6px 0;*/
	padding: 0 15px 0 0;
	_padding: 0 15px 0 0;
	float:left;
	
	
}
#rightCol{
	float:left;
	width:193px;
}
#rightCol #login {
	background:url(../images/login-bg.gif) no-repeat left top;
	height:114px;
	margin-bottom:6px;
}
#rightCol #login h2 {
	font-size:14px;
	color:#C2161C;
	padding:7px 0 0 5px;
}
#rightCol #login ul {
	list-style:none;
	float:left;
	margin:7px 1px 0 5px; 
}
#rightCol #login ul li{
	margin-bottom:5px;
	float:left;
	display:inline;
}
#rightCol #login label {
	width:45px;
	float:left;
	margin-right:7px;
	margin-top:3px;
}
#rightCol #login input {
	width:96px;
	padding:1px;
	float:left;
	background:#fff;
	border:none;
}
#rightCol #login input.btn {
	width:51px;
	padding:0;
	margin-left:50px;
}
#rightCol #detail {
	padding:15px 6px 6px;
	background:#5DD2FF url(../images/best-selling-bg.gif) repeat-x left top;
}
#rightCol #detail ul li{
	list-style:none;
	background:url(../images/black-arrow.gif) no-repeat left 3px;
	padding-left:15px;
	margin-bottom:8px;
}
#footer {
	font-size:11px;
	background-color:#fff;
	height:auto;
	margin:20px 0 15px 0;
	
}
#footer #copyRight {
	
	/*width:500px;*/
	line-height:18px;
	text-align:center;
	padding-left:10px;
	
}
#footer #copyRight p {
	
	/*width:500px;*/
	line-height:18px;
	text-align:center;
	height:30px;
	
	
}
#footer #footerMenu {
	padding:10px 0 0 0;
	text-align:center;
	line-height:18px;
}
#footer #footerMenu a {
	text-decoration:none;
	color:#000000;
	padding:0 5px;
}
#footer #footerMenu a:hover {
	text-decoration:underline;
}
#productArea {
	background:#1D1D1D;
	padding:15px 0 0 18px;
	margin:15px 0 15px 0;
	font-size:11px;
}
#productArea ul {
	list-style:none;
	float:left;
	width:134px;
}
#productArea ul li {
	margin-bottom:5px;
}
#productArea ul li a {
	text-decoration:none;
	color:#ABABAB;
}
/*----------------product detail Page--------------------*/
#product-content {
	float:left;
	width:957px;
	background-color:#FFFFFF;
}
#view-product {
	float:left;
	width:400px;
	_width:350px;
	padding:0 15px 10px 0;
	_padding:0 0 0 0;
	
	
}
#view-product #largeImg {
	width:400px;
	height:400px;
	margin-bottom:10px;
	border:1px solid #F2F2F2;
	padding:0 0 0 14px;
}
#view-product ul {
	list-style:none;
	margin:0 auto;
	width:320px;
	margin:15px 0 0 55px;
	/*_padding:5px 0 0 0px;*/
}
#view-product ul li {
	list-style:none;
	float:left;
	width:80px;
	padding-right:22px;
	margin-bottom:10px;
	_margin-bottom:0;
}
#view-product ul li img{
	width:80px;
	height:80px;
	overflow:hidden;
}
#view-product #viewLarge {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
#view-product #viewLarge a {
	text-decoration:none;
	color:#000;
}
#view-product #viewLarge a:hover {
	text-decoration:underline;
}
#cartArea {
	/*float:right;*/
	display:inline-block;
	width:505px;
	margin-bottom:10px;
	
}
#cartArea #box {
	float:left;
	padding-left:10px;
	_padding-left:8px;
	padding-bottom:10px;
	padding-top:7px;
	margin-bottom:10px;
	width:250px;
}
#cartArea h4{
	font-size:14px;
	font-weight:bold;
	color:#3C3C3E;
	margin-bottom:10px;
	width:235px;
}
#cartArea h5{
	font-size:14px;
	color:#3C3C3E;
	margin:20px 0 10px;
	font-weight:normal;
}
#cartArea p {
	line-height:18px;
	font-size:13px;
	color:#010101;
	width:200px;
}
#cartArea p span {
	color:#000000;
	text-decoration:line-through;
}
#cartArea p #price {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}
#cartArea #next{
	text-align:right;
	margin-bottom:14px;
}
#cartArea #next img {
	vertical-align: bottom;
}
#cartArea #next a{
	text-align:center;
	padding:0 10px;
	text-decoration:none;
	color:#808284;
	font-size:12px;
}
#cartArea #next a:hover{
	text-decoration:underline;
}
#cartArea #controlls
{
	float:right;
	width:245px;
	/*height:120px;*/
}
#cartArea ul {
	padding-top:7px;
	list-style:none;
	margin-bottom:5px;
}
#cartArea ul li{
	margin-bottom:8px;
	float:left;
	color:#010101;
	font-size:12px;
	width:245px;
	
}
#cartArea ul li label{
	float:left;
	width:100px;
}
#cartArea ul li select{
	float:left;
	width:120px;
}
#cartArea .btn {	
	margin-bottom:15px;
	float:right;
	padding:0 95px 0 4px;
}
#cartArea .email {
	padding:0 0 3px 99px;
}
#cartArea #productDetailSeal
{
padding:0 0 3px 8px;
}

#cartArea .email a{
	text-decoration:underline;
	color:#000000;
}
#cartArea .email a:hover{
	text-decoration:none;
}
.diplayBox ul.login,
.signup ul.login {
	margin:30px 25px 15px 150px;
	_margin:30px 25px 15px 75px;
	list-style:none;
	float:left;
}
.diplayBox ul.login li,
.signup ul.login li{
	margin-bottom:10px;
	float:left;
	width:450px;
}
.diplayBox ul.login li label,
.signup ul.login li label{
	float:left;
	width:100px;
	line-height:22px;
}
.diplayBox ul.login li input,
.signup ul.login li input{
	float:left;
	width:180px;
	padding:2px;
}
.diplayBox ul.reg{
	margin:30px 0px 15px 120px;
	list-style:none;
	float:left;
}
.diplayBox ul.reg li{
	margin-bottom:10px;
	float:left;
	width:450px;
}
.diplayBox ul.reg li label{
	float:left;
	width:150px;
}
.diplayBox ul.reg li input{
	float:left;
	width:180px;
	padding:2px;
}
.diplayBox ul.reg li select{
	float:left;
	width:188px;
	height:25px;
}
.diplayBox ul.login li input.btn{
	width:60px;
}
.diplayBox ul.reg li input.btn1{
	width:120px;
}
.diplayBox ul.login li a {
	padding-right:10px;
}
.diplayBox ul.reg li input.check{
	width:20px;
}
.diplayBox ul.reg li input.small{
	width:90px;
}
#cart {
	margin:10px 0 10px 3px;
}
#siteSeal
{
	float:left;
	padding:45px 0 0px 0px;
	width:300px;
}
#cart tr,td,th{
border-bottom:1px solid #000000;
line-height:23px;
}
.cartNavigation {
	float:right;
	color:#000000;
	width:350px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}


.cartNavigation  .descritpion
{
	float:right;
	display:inline-block;
	border-bottom:1px solid #000000;
	width:319px;
	
}
.descritpion .buttons
{
width:155px;
float:right;
text-align:right;

line-height:35px;
}
.descritpion .buttons2
{
width:96px;
float:right;
text-align:right;

line-height:35px;
}
.descritpion .info
{
width:188px;
float:right;
text-align:right;

line-height:35px;
}
.descritpion .value
{
width:100px;
float:right;
text-align:right;
line-height:35px;
}
.info span
{
	font-weight:bold;
	color:#000000;
}
#cart table {
	border-collapse:collapse;
}	
#cart table td {
	/*border:1px solid #5D5D5D;*/
	text-align: left;
}
#cart table th {
	background: #FFFFFF;
	border-bottom::1px solid #5D5D5D;
	color:#000;
	padding:5px
}
.cart_img {
	border:1px solid #5D5D5D;
	height:75px;
	width:75px;
	margin:15px auto;
}
#cart table td div {
	float:left;
	/*margin:20px 5px;*/
}
#cart table td input.btn {
	margin:5px;
}
#product-des {
	float:left;
	width:907px;
	border:1px solid #cecece;
	margin:7px 0px 10px 14px;
	_margin:7px 0px 10px 8px;
	background:#FFFFFF;
}
#product-des h2 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#000000;
	line-height:34px;
}
#product-des .relatdpro {
	text-align:center;
}
#product-des p  {
	text-align:left;
	margin:0px 0 5px 0px;
	color:#000000;
}
#product-des .prod-detail  {
	float:left;
	margin:59px 0 5px 0px;
	text-align:left;
	width:153px;
}
.signup {
	
	height:158px;
}
.signup ul.login {
	margin:25px 25px 15px 150px;
	_margin:25px 25px 15px 40px;
}
.signup ul.login li input.btn{
	background:url(helper/images/submit-btn.gif) no-repeat left top;
	height:24px;
	width:51px;
}
.errorMsg {
	color:#FF0000;
}
/*-----------3rd aug 2009----------------*/
.view-dark {
	/*background:#ECECEC;*/
	padding:10px;
	float:left;
	min-height:170px;
	_height:172px;
	over-flow:hidden;
}
.view-dark .lCol,
.view-light .lCol{
	float:left;
	margin-right:68px;
	_margin-right:34px;
	width:130px;
}
.view-dark .rCol,
.view-light .rCol{
	float:left;
	width:129px;
	margin-right:0;
}
.view-dark .lCol div,
.view-light .lCol div,
.view-light .rCol div,
.view-dark .rCol div{
	border:1px solid #000;
	height:125px;
	overflow:hidden;
	margin-bottom:8px;
	width:124px;
}
.view-dark .lCol  p,
.view-dark .rCol p,
.view-light .lCol  p,
.view-light .rCol p{
	font-weight:bold;
	text-align:center;
}
.view-dark .lCol p a,
.view-dark .rCol p a,
.view-light .lCol  p a,
.view-light .rCol p a{
	text-decoration:none;
	color:#000;
}
.view-dark .lCol p a:hover,
.view-dark .rCol p a:hover,
.view-light .lCol  p a:hover,
.view-light .rCol p a:hover{
	text-decoration:underline;
	color:#000;
}
.view-light {
	background:#fff;
	padding:10px;
	float:left;
	min-height:170px;
	_height:172px;
}
/*#search {
	float:right;
	width:250px;
	margin-top:7px;
}
#search input{
	float:left;
	width:130px;
	padding:2px;
	margin:0 4px;
	font-size:10px;
}
#search input.btn3{
	float:left;
	width:60px;
	padding:0;
}
#search label{
	float:left;
	padding-right:5px;
	padding-top:4px;
	font-weight:bold;
	color:#363D45;
}*/
#site-area {
	float:left;
	width:747px;
}
#site-area h1 {
	font-size:20px;
	padding-bottom:5px;
	font-weight:bold;
}
#site-area h2 {
	line-height:35px;
	text-align:left;
	font-size:16px;
	padding-left:10px;
	color:#034EA2;
}
ul.siteMap {
	list-style:none;
	float:left;
	width:167px;
	margin:15px 10px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul.siteMap li.heading {
	padding-left:0px;
	margin-bottom:5px;
	color:#F58220;
	font-size:14px;
	font-weight:bold;
}
ul.siteMap li {
	padding-left:10px;
	margin-bottom:5px;
}
ul.siteMap li a {
	text-decoration:none;
	color:#000;
}
ul.siteMap li a:hover {
	text-decoration:underline;
}
ul.brand {
	list-style:none;
	float:left;
	width:500px;
	margin:15px 10px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul.brand li.heading {
	padding-left:0px;
	margin-bottom:5px;
	color:#F58220;
	font-size:14px;
	font-weight:bold;
}
ul.brand li.sub {
	padding-left:10px;
	margin-bottom:5px;
	color:#145AA8;
	font-size:12px;
	font-weight:bold;
}
ul.brand li {
	padding-left:25px;
	margin-bottom:5px;
}
.press {
	border-bottom: 1px dashed #000;
	padding-bottom:10px;
	margin:10px 0 15px;
}
.press .thumnail {
	float:left;
	padding-right:20px;
}
.press .press-des {
	float:left;
	width:440px;
	padding-right:15px;
}
.press .pwidth {
	width:362px;
}
.press h1,
.press-detailouter h1 {
	font-size:16px;
	font-weight:bold;
	color:#A71C20;
	padding:5px 0;
}
.press h1 a,
.press-detailouter h1 a {
	color:#A71C20;
}
.press p,
.press-detailouter p {
	line-height:19px;
	font-size:12px;
	text-align:justify;
	padding-bottom:10px;
}
.press p a {
	float:right;
	color:#A71C20;
	font-size:11px
}
.press-detailouter {
	padding:10px;
}
.press-thumnail {
	float:left;
	width:105px;
	padding:0 15px 0 0;
}
.boxArea {
	border:1px solid #c1bfbf;
	margin:40px 0 0;
	padding-left:10px;
	position:relative;
	width:517px;
	float:left;

}
.boxArea .topNavigation{
	position:absolute;
	top:-28px;
	_top:-27px;
}
.boxArea .topNavigation li{
	list-style:none;
	display:inline;
}
.boxArea .topNavigation li a {
	border:#c1bfbf solid 1px;
	display:block;
	text-decoration:none;
	color:#000;
	background:#fff;
	padding:6px 10px;
	list-style:none;
	float:left;
	margin-right:2px;
}
.boxArea .topNavigation li a:hover{
	text-decoration:underline;
}
.boxArea .topNavigation li a:hover,
.boxArea .topNavigation li a.selected {
	background:url(../images/best-selling-heading.gif) repeat-x left -10px;
	color:#FFF;
	border-bottom:#e1e1e1 solid 1px;
}
.boxArea .welcomeBox {
	padding:10px;
}
.boxArea .welcomeBox h5{
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
}
.boxArea .welcomeBox p{
	line-height:18px;
	text-align:justify;
	padding-bottom:10px;
}
ul.review {
	list-style:none;
	float:left;
	width:300px;
	margin-top:10px;
}
ul.review li{
	margin-bottom:7px;
	padding-bottom:0!important;
}
ul.review li label{
	float:left;
	width:80px
}
ul.review li textarea{
	float:left;
	width:200px;
	margin-bottom:5px;
}
#slideImg {
	text-align:center;
	padding:10px;
	border:1px solid #ccc;
}
#slideImg img{
	padding:0 5px;
	border:1px solid #ccc;
}
#links-area {
	padding:0;
}
#links-area h6{
	font-size:12px;
	font-weight:bold;
	padding-bottom:4px;
}
#links-area h6 a{
	text-decoration:none;
	color:#A71C20;
}
#links-area h6 a:hover{
	text-decoration:underline;
	color:#A71C20;
}
#links-area p {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dashed #000;
}
/****************** Scrolling image CSS for press Pages */
#marqueecontainer{
	position: relative;
	width: 171px; /*marquee width */
	height: 662px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 0px solid orange;
	padding: 2px;
}
#marqueecontainer h3{
	text-align:center;
	padding:2px 5px;
	font-weight:normal;
	font-size:12px;
}
/****************** End Scrolling image CSS for press Pages */
.Page ul.info {
	list-style:none;
	padding:10px 0!important;
}
.Page ul.info li{
	background:url(../images/black-arrow.gif) no-repeat left 3px;
	padding-left:15px;
	margin-bottom:5px!important;
	padding-bottom:0px!important;
}
#info a{
	width:auto;
	padding:5px 10px;
}
/********************* Css For Star Rating **********/
.rating-static { 
    width: 60px; 
    height: 16px;  
    display:inline-block; 
    background: url('../images/star-rating.png') 0 0 no-repeat;
}

.rating-10 { background-position: 0 0; }
.rating-8 { background-position: -12px 4px; } 
.rating-6 { background-position: -24px 4px; }
.rating-4 { background-position: -36px 4px; }
.rating-2 { background-position: -48px 4px; }
.rating-0  { background-position: -60px 4px; }

.rating-1  { background-position: -48px -16px; }
.rating-3 { background-position: -36px -16px; }
.rating-5 { background-position: -24px -16px; }
.rating-7 { background-position: -12px -16px; }
.rating-9 { background-position: 0 -16px; }
.cart_txtbox{ width:30px;}
/**************************** Media Detail Page Image Update ************************/

#site-area h3{
	font-size:14px;
	font-weight:bold;
	color:#A71C20;
	line-height:30px;
}
#site-area p{
	line-height:16px;
	text-align:justify;
	padding-right:10px;
	padding-bottom:5px;
}
#site-area .displaySmall{
	float:left;
	width:287px;
	border:1px solid #000;
	margin-top:10px;
	height:500px;
}
#site-area .displaySmall ul{
	list-style:none;
	margin:10px 0;
	
}
#site-area .displaySmall ul li{
	margin:0 6px 10px;
	_margin:0 4px 10px;
	border:1px solid #000;
	float:left;
	width:125px;
	height:125px;
	overflow:hidden;
}
#site-area .displaySmall ul li.last{
	margin:0 1px 10px 0;
	border:1px solid #000;
	float:left;
	width:125px;
	overflow:hidden;
	height:125px;
}
#site-area .displaySmall .boxBg{
	height:25px;
	background:#9E9E9E;
}
#site-area .displayLarge{
	float:left;
	width:434px;
	/*max-width:310px;*/
	border:1px solid #000;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;/*changes */
	min-height:500px;
	overflow:hidden;

	
}

#site-area .displayLarge h3{
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#site-area .displayLarge img {
	text-align:center;
	margin:auto;
	display:block;
}
/*************************** Slide show for product details page *************/

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:400px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 400px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}
#slideshow DIV IMG {
    height: 400px;
    width:400px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
#closeSlideShow 
{
	margin:0 auto;
	height:400px;
}
#closeSlideShow DIV img {
    height: 400px;
    display: block;
    border: 0;
    margin:0 auto;
}
#trackOrder table,
#trackOrder td
{
 border-bottom:dashed 1px;
 border-bottom-style:groove;
 border-bottom-color:#0066CC;
 }
#trackOrder2 th
{
	background: #DCDCDC;
	border-bottom:dashed 2px;
	border-top:dashed 2px;	
	border-bottom-style:groove;
	border-top-style:groove;
 	border-bottom-color:#0066CC;
	border-top-color:#0066CC;
	padding:5px
}
#trackOrder2 td
{
 border-bottom:dashed 1px;
 border-bottom-style:groove;
 border-bottom-color:#0066CC;
 text-align:center;
}
#JeansStyle 
{
	border-collapse:collapse;
/*	border:dashed;
	border-color:#CCCCCC;
	border-style:groove;
	border-spacing:0px;
	border-width:1px;*/
	text-decoration:none;
	border-bottom:none;
}

#JeansStyle td,tr
{
/*border-bottom:1px solid #000000;*/
border-bottom:none;
 color:#000000;
 text-align:left;
 line-height:23px;
}
.JeansSize table,
.JeansSize td
{
border-bottom:solid 1px  #000000;
/*border-bottom:none;*/
 }
#creatAccount
{
	width: 100%;
	float: left;
}
#creatAccount td,tr
{
border-bottom: none;

}
/*List all products Sorting*/
#midColInner #sort{
	float:right;
	width:223px;
}
#sort #heading, #selectBox
{
	color:#034EA2;
	float:left;
	line-height:18px;
}
#sort #selectBox
{
	margin-left:10px;
	float:left;
}
/******************************** Registration Form Area ************************************/
#formArea 
{
	margin:30px auto;
	width:971x;
	overflow:hidden;
}
#formArea .formAttributes
{
	list-style:none;
	float:left;
	display:block;
}
.formAttributes li
{
	line-height:30px;
	clear:both;
}
.formAttributes li input[type="text"]
{
	width:200px;
	float:left;
	
}
.formAttributes li select
{
	float:left;
}
.formAttributes li:hover  
{
	
	line-height:30px;
	clear:both;
}
.formAttributes li:hover .hint {
	display: inline;
    position: absolute;
 	float:left;
    margin:-3px 0 0 10px;
	padding:0px 10px 0 12px;
	line-height:25px;
	height:25px;
	color:#FFFFFF;
	}
.formAttributes li .labels
{
	float:left;
	font-size:12px;
	font-weight:bold;
	width:200px;
	text-align:right;
	padding:0 10px 0 0; 
}
.hint {
   	display: none;
    position: absolute;
    background-color:#333030;
	height:25px;
	line-height:25px;
    color:#FFFFFF;
	
}
.hint .hint-pointer-left {
    position: absolute;
    left: -10px;
    top: 0px;
    width: 13px;
    height: 25px;
    background: url(../images/box-right-side.png) left top no-repeat;
}
.hint .hint-pointer-right {
    position: absolute;
    width: 13px;
    height: 25px;
    background: url(../images/box-left-side.png) right top no-repeat;
	top:0;
}