@charset "UTF-8";
/* CSS Document */
	* { 
	padding:0px;
	margin:0px;
	
	}
	body {
	margin:5px 5px 30px 5px;
	font-family:Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	background-color:#2A2A2A;
	}
	body a {
		font-family:Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	}
	.surround  {
	min-height:1000px;
	width:968px;
	margin:0px auto;
	text-align:left;
	background-color:#000000;
	position:relative;
		background-image:url(images/contentBg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
    }
   .header  {
   padding-top: 254px;
   height:283px;
   background-image:url(images/headerBg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
   }
  .linksleft {
  float:left;
  }
  .linksright {
  float:right;
  }
    .header .linksleft a,  .header .linksright a  {
	font-size:12px;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
	background-image:url(images/bubble.png);
	background-repeat:no-repeat;
	display:block;
	width:50px;
	height:20px;
	float:left;
	height:31px;
	width:92px;
	text-align:center;
	font-weight:bold;
	padding-top:13px;
  }
  
  /* space between bubbles on left */
   .header .linksleft a {
   margin:0px 30px;
   }
   
  /* space between bubbles on right */
    .header .linksright a {
   margin:0px 30px;
   }
  
    .session {
	position:absolute;
	top: 400px;
	left: 30px;
	text-align:left;
	padding-left:2px;
  }
    .shoppingbag {
	position:absolute;
	top: 425px;
	left: 30px;
	background-image: url(images/bagtitle.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	width: 176px;
	text-align: left;
	padding-left:5px;
  }
  .shoppingbag span {
  padding-left:10px;
  }
  .shoppingbag img {
  position:absolute;
  right:13px;
  top:16px;
  }
    .newsletter {
	background-image:url(images/jointitle.png);
	background-repeat:no-repeat;
	padding-top:15px;
	position:absolute;
	top: 400px;
	right: 30px;
	text-align:left;
	width:200px;
  }
  .newsletter form, .search form {
	background-color:#662979;
	height:26px;
	width:176px;
	position:relative;
  }
    .newsletter .button, .search .button {
	position:absolute;
	right:4px;
	top:4px;
	
	}    
	.search { 
	position:absolute;
	top: 450px;
	right: 30px;
	background-image:url(images/searchtitle.png);
	background-repeat:no-repeat;
	padding-top:15px;
	text-align:left;
	width:200px;
  }
  	.headtextbox {
	border:1px solid #ffffff;
	width:122px;
	padding:1px;
	position:absolute;
	top:4px;
	left:4px;
	}
	.content {
	background-image:url(images/subway.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:315px;
	text-align:left;
	padding:0 32px 200px 32px;
  }
.featuredproducts {
margin:10px -32px;
}
.latestProds {
float:left;
border:8px solid #000000;
margin:0px 0px 24px 23px;
}
.imgcrop {
border:6px solid #FFFFFF;
width:263px;
height:182px;
text-align:center;
overflow:hidden;
/*display:table-cell;
vertical-align:middle;*/

}
.imgcrop img {
vertical-align:middle;
}
.docs {
	background-color:#000000;
	width:958px;
	margin:0px auto;
	padding:12px 5px;
  }
  .docs a {
  	text-transform:capitalize;
	text-decoration:none;
	font-weight:normal;
  }
    span.txtSiteDocs {
	padding:0px 10px;
	}
	.copyr {
	font-size:10px;
	color:#000000;
	width:968px;
	margin:0px auto;
	padding:5px 0px;
	text-align:left;
	}

/* product page */
.productleft {
float:left;
position:relative;
width:484px;
}
.productright {
float:right;
position:relative;
width:384px;
border:8px solid #000000;
padding:8px;
background-color:#FFFFFF;
color:#000000;
}
td { padding:3px;
}
.txtContentTitle {
display:block;
font-size:16px;
color:#FFFFFF;
font-weight:bold;
}
.productright .txtContentTitle {
color:#000000;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #FF0000;
}
.txtOutOfStock {
	color: #FF0000;
}

/* cart specific code */
.colLeft {
float:left;
width:150px;
}
.colLeft li {
list-style-type:none;
padding:2px 10px;
}
.boxTitleLeft {
	color:#D3DF41;
	font-weight:bold;
	font-size:14px;
}
.colRight {
float:right;
width:750px;
}
.textbox {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
	font-size: 11px;
	color: #000000;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #662979;
	border: none;
	height: 18px;
	font-weight: bold;
	border: 1px solid #662979;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #0E51A3;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF3300;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtviewCart:hover {
	background-color: #D3DF41;
	color: #FFFFFF;
}
.cartProgress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: 5px auto;
}
.txtcartProgressCurrent {
	color: #D3DF41;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin:15px;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
}
.tdcartOdd {
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}
a.txtCheckout {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #662979;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #662979;
}
a.txtUpdate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #40297B;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #40297B;
}
.txtStockWarn {
	font-size: 70%;
	color: #FF0000;
}
.txtError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #40297B;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.regSep {
margin-top:10px;
padding-top:10px;
border-top:1px solid #ffffff;
}
.regSep p {
padding:10px 0px;
}
