@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background: #fff;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 11px;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

table {font-size:inherit;font:100%;}
pre, code {font:115% monospace;*font-size:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { margin:0; padding:0; }   
table { border-collapse:collapse; border-spacing:0; } 
fieldset,img { border:0; } 
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }   
ol,ul {	list-style:none; }   
caption,th { text-align:left; }   
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }   
q:before,q:after { content:''; }   
abbr,acronym { border:0; } 
strong { font-weight: bold; }

/** Styles **/

a {
	text-decoration: underline;
	color: #666666;
}
a:hover { color: #FF9933; text-decoration: underline; }

h1 { font-size: 175%; color: #000; font-weight: bold; padding-bottom: 10px; }
h2 { font-size: 150%; color: #000; font-weight: bold; padding: 10px 0; }
h3 { font-size: 135%; color: #000; font-weight: bold; padding-bottom: 10px; }
h4 { font-size: 128%; color: #000; font-weight: bold; padding-bottom: 10px; }
h5 { font-size: 100%; color: #000; padding-bottom: 10px; }

#Container {
	width: 900px;
	padding: 0;
	margin: 0 auto;
	background: #fff;
}
#Header {
	background-repeat: no-repeat;
	height: 67px;
	width: 900px;
	
}
#HeaderLogo {
	background-image: url(../images/dcs_logo.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 67px;
	width: 900px;
	
}
#Menu {
	position: relative;
	top: 25px;
	left: 5px;
	margin: 0px;
	padding: 0px;
	width: 445px;
	text-align: left;
}
#Menu ul {
	padding:0;
	margin:0;
	height: 28px;
}
#Menu ul li { 
	float: left;
	margin: 1px;
	list-style: none;
}
#Menu ul li a {
	display: block;
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
}
#Menu ul li a:hover {
	color: #666666;
}
#Menu ul li a:active {
	color: #000;
}
#Main {
	width: 900px;
	margin: 10px 5px 10px 0;
}
#Left {
	width: 139px;
	float: left;
}

.lsfield {
	width: 133px;
	padding: 2px;
	font-size: 10px;
	color: #666666; 
	border: 1px solid #666666;
}
.lsbutton {
	border: 0;
	margin-top: 5px;
	background-color:#666666;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	float: right;
}
#LeftMenu {
	clear: both;
	width: 139px;
	padding: 10px 0 10px 0;
	background-color: #EBEBEB;
}

.LefttInfo {
	width: 139px;
	margin-bottom: 10px;
}
#Content {
	width: 588px;
	margin: 0 12px 0 13px;
	float: left;
	background-color: #fff;
}
#ContentBanner {
	height: 194px;
	margin-bottom: 10px;
}
#ContentProducts {
	clear: both;
	color: #666666;
	background-color: #fff;
}
#ContentProducts .Product {
	width: 190px;
	margin: 0 0 6px 0;
	float: left;
	border: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
}
#ContentProducts .ProductMiddle {
	width: 190px;
	margin: 0 6px 6px 6px;
	float: left;
	border: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
}
#ContentProducts .ProductTitle {
	width: 190px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
}
#ContentProducts .ProductImage {
	width: 190px;
	height: 154px;
	text-align: center;
	background-color: #fff;
}
#ContentProducts .ProductInfo {
	width: 190px;
	padding-top: 10px;
	background-image: url(../images/product_footer.gif);
	background-repeat: no-repeat;
	background-position: middle top;
}
#ContentProducts .ProductPrice {
	width: 86px;
	margin-left: 9px;
	text-align: left;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
#ContentProducts .ProductPriceHighlight {
	color: #800000;
}
#ContentProducts .ProductBuy {
	width: 86px;
	margin-right: 9px;
	text-align: right;
	float: right;
}
#ContentProducts .ProductSpacer {
	clear: both;
}
#Right {
	width: 148px;
	float: left;
}
.RightInfo {
	width: 148px;
	height: 39px;
	margin-bottom: 5px;
}
.RightOffer {
	width: 148px;
	height: 130px;
	margin-bottom: 10px;
}
#Footer {
	clear: both;
	border-top: 1px solid #ccc;
	height: 50px;
	width: 900px;
	font-size: 11px;
	color: #999999;
}
#Footer a:link, #Footer a:visited, #Footer a:active {
	font-weight:bold;
	text-decoration: none;
	color: #999999;
}
#Footer a:hover {
	text-decoration: underline;
}
.footerlinks {
	font-weight:bold;
	color:#666666;
}
.footerlinks a:link, .footerlinks a:visited, .footerlinks a:active {
	text-decoration: none;
	color:#666666;
}
.footerlinks a:hover {
	text-decoration: underline;
}

#products li { list-style-type: square; list-style-position: outside; margin-left: 50px; }

	
/** Form Styling **/
/** based on Cimex Media's shopform **/

form.button {
  border: dashed 1px #4d7499;
  text-transform: uppercase;
  padding: 5px;
  font-weight: bold;
  margin: 5px; 
}


.shopform .searchButton,
.shopform .loginButton,
.shopform .sendFormButton,
.shopform .registerButton {
	background: #fff url('/images/styles_img/button_search.jpg') no-repeat left top;
	width:100px;
	height:23px;
	border:0;
}

.shopform .loginButton {
	background: #fff url(/images/styles_img/button_login.jpg) no-repeat top left;
}

.shopform .loginButton {
	background: #fff url(/images/styles_img/button_login.jpg) no-repeat top left;
}

.shopform .sendFormButton {
	width:200px;
	background: #fff url(/images/styles_img/button_sendform.jpg) no-repeat top left;
}

.shopform .registerButton {
	width:200px;
	background: #fff url(/images/styles_img/button_register.jpg) no-repeat top left;
}

.shopform {
	font-size: 1.1em;
	color: #999999;
	margin-left:20px;
	
	}

.shopform fieldset {
    margin-bottom: 10px;
    border: 1px solid #000;
	padding: 20px;
	}

.shopform legend {
  padding: 5px 5px;
  font-weight: bold;
  margin: 0 -7px; /* IE Win */
  color: #000;
}

/*\*//*/
form.shopform legend {
  display: inline-block;
}
/* IE Mac legend fix */

form.shopform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  color: #999;
}

form.shopform fieldset ol {
  margin: 0;
  padding: 0;
}

form.shopform fieldset li {
  list-style: none;
  margin: 0px;
  padding: 5px 10px 7px;
}

p.shopform  {
  margin-bottom: 10px;
  border: none;
  border-top: 1px solid #C9DCA6;
	}
p.shopform ol {
  margin: 0px;
  padding: 0px;
}
p.shopform li {
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding: 5px 10px 7px;
}

form.shopform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
  background: none;
}

form.shopform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}

form.shopform fieldset fieldset label {
  display: block;
  width: auto;
}

form.shopform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form.shopform label {
  width: 120px; /* Width of labels */
}
form.shopform p {
  text-align: center;
  padding-bottom: 20px;
}
form.shopform .shopmenuitem {
  padding: 15px;
}

form.shopform p a {

  text-transform: uppercase;
  padding: 5px;
  font-weight: bold;
}

form.shopform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.shopform .receiveUpdates input {
    margin-top:8px;
    *margin-top:4px;
}

form.shopform .receiveUpdates label {
    width:auto;
    padding-left:5px;
}

/** Product Details Page Styles **/

.productdescription li {
	list-style-type: disc;
	line-height: 20px;
	margin-left: 40px;
}

/* hacks because product descriptions don't seem to close their lists */

.productDescriptionOptions LI {
	list-style-type: none;
	margin-left:23px;
}

.productdescription LI .productDescriptionOptions LI {
	list-style-type: none;
	margin-left:-15px;
}

.productdescription LI P {
	margin-left:-20px;
}

/* end hacks */

.manufacturerlogo img {
	float: left;
	padding: 100px 0px 0px 0px;
}

/** Product Styles **/

.pricerrp {
	color: #f90;
	font-weight: bold;
	
}
.pricediscount {
	color: #e00;
	font-weight: bold;
	font-style:	italic;
}

.productprice {
	padding: 10px;
}

.pricestrip {
	color: #000;
	font-weight: bold;
	background: #407ea3	
}

/** Shopping Cart Page Styles**/

.cart {
	width: 588px;
	background-color: #fff;
}

.cart td {
	padding:5px;
	padding-left:8px;
	background-color: #fff;

}
.cart td strong { color: #000; background-color: #fff;}

.cart .item {
	padding-top:7px;
	border:1px solid #999;
	background-color: #fff;
}

.cart .price {
	border:1px solid #999;
	width:130px;
	background-color: #fff;
}

.cart .linetotal {
	padding-top:7px;
	border:1px solid #999;
	width:80px;
	background-color: #fff;
}

.cart .total {
	font-weight:bold;
	font-size:small;
	text-align:center;
	background-color: #fff;
}

.cart .suboptions {
	font-style: italic;
	border-collapse:collapse;
	margin-bottom:10px;
	background-color: #fff;
}

.cart .suboptions .row,
.cart .suboptions .name,
.cart .suboptions .value {
	padding:0px;
	padding-left:20px;
	background-color: #fff;
}

.cart .suboptions .value {
	font-weight: bold;
	color:#999;
	background-color: #fff;
}

.info P.options {
	text-align:center;
}

.info P.options A {
	display:inline;
	margin: 10px
}

.siteMap {
	padding-top:10px;
	padding-bottom:20px;
	width:80%;
	margin: 0 auto;
	font-size: 85%;
}

.siteMap A {
	font-size: 150%;
	text-decoration:none;
}

.siteMap A:hover {
	text-decoration:underline;
}

.siteMap UL {
	margin-left:30px;
}

.siteMap UL LI {
	list-style-type:square;
}

.siteMap UL A {
	font-size:140%;
	font-weight:bold;
}

.siteMap UL UL A {
	font-size:130%;
	font-weight:bold;
}

.siteMap UL UL UL A {
	font-size:120%;
	font-weight:normal;
}

.siteMap UL UL UL UL A {
	font-size:110%;
	font-weight:normal;
}

/* CSS Document */

.textbox {
	padding: 1px 1em;
	font-size: .9em;
}

.textbox a {color: #fff;}

.back {text-align: right; padding: 10px 10px 0 0;}

.alignright {margin: 0 30px 20px 0; text-align: right;}

.small {font-size: .8em;}


/** Shop Styles - Links **/

.productOptions form {
    padding:20px;
}

div#currency { padding:8px 5px 0 0; }
#currency { font-size: 85%; }

.productOptions #productprice {
	font-weight:bold;
	font-size:1.2em;
}
.clear { clear: both; }
.sub_option_link {
	text-decoration: underline;
	color: #666666;
}
#Errors{
	border: 1px solid #DC143C;
	background-color: #FFC0CB;
	color: #000000;
	padding: 10px;
}
.none {
	width: 400px;
	margin-bottom: 5px;
}
