/* =============== Page Structure ===================== */
#maincontainer {
	width: 990px; 			/*Width of main container*/
	margin: 0 auto; 		/*Center container on page*/
}

#topcontainer {
	height: 205px; 			/*Height of top section*/
}

#headsection {
	text-align: left;
	position: relative;
}

#contentwrapper {
	float: left;
	width: 100%;
}

#breadcrumb {
	position: relative;
	float: left;
	width: 100%;
	color: #333;
	line-height: 90%;
	border: none;
	border-bottom: 1px dashed silver;
}

#rightcolumn {
	margin-left: 260px; 	/*Set left margin to LeftColumnWidth*/
	margin-top: 15px;
}

#leftcolumn {
	float: left;
	width: 250px; 			/*Width of left column*/
	margin-left: -990px; 	/*Set left margin to -(MainContainerWidth)*/
	background: #fff;
	border-right: 1px dashed silver;
}

#footer {
	clear: left;
	width: 100%;
	background: #efefef;
	color: #FFF;
	padding: 4px 0;
}

#foot {
	width: 990px;
	color: #555;
	margin: 0 auto;
	padding: 15px 0 50px;
	text-align: left;
}

.innertube {
	margin: 10px; 			/*Margins for inner DIV inside each column (to provide padding)*/
}

.productTitle {
text-align: left;
font-size: 11pt;
text-transform: uppercase;
padding-left:20px;
}

.upsell_align {
margin-left: 117px;
}

.magnet_align {
margin-left: 178px;
margin-top: -20px;
}

.commentBreak {
font-size: 12px;
color: #656565;
border-bottom: 1px dashed silver;
margin-bottom: 10px;
}

.spacerBottom {
margin-bottom: 10px;
}

.spacerTop {
margin-bottom: 10px;
}

.productBreak {
font-size: 2px;
border-bottom: 1px dashed silver;
}

.productContainer {
width: 690px;
border:solid 10px #f7f7f7;
background-color: #ececec;
padding-left:10px;
}

.catalogContainer {
width: 690px;
height: 137px;
border:solid 10px #f7f7f7;
background-color: #ececec;
}

.productImage {
position: relative;
float: left;
width: 335px;
padding-left:10px;
}

.listimage {
    padding-top: 10px;
}

#reviewcontainer {
	border-top: 1px dashed silver;
	Position: relative;
	width: 670px;
	left: -10px
}

.productReview {
Position: relative;
z-index: 10;
float: left;
width: 320px;
padding-left:10px;
}

.reviewProduct {
Position: relative;
top: -60px;
margin-left: 355px;
z-index: 10;
float: left;
width: 335px;
padding-left:5px;
}

.productPrice {
position: relative;
top: -130px;
margin-left: 355px;
z-index: 10;
width: 320px;
padding-left:5px;
padding-top:10px;
}


.productPriceHint {
Position: relative;
top: -10px;
left: 120px;
color: #999999;
}

.productDiscount {
Position: relative;
top: -10px;
left: 43px;
color: #999999;
}

.productStar {
Position: relative;
top: -10px;
left: 43px;
color: #000;
}

.productRating {
float: left;
color: #999999;
margin-top: 20px;
margin-left: -100px;
}

.productQuantity {
Position: relative;
z-index: 10;
}

.productQuantityError {
Position: relative;
z-index: 10;
}

input.white {
	border: 1px solid #999;
	background-color: #fff;
	width: 35px;
	height: 19px;
	padding: 3px 5px 0;
	vertical-align: top;
	margin-left: 10px;
}

input.cartquanity {
	border: 1px solid #999;
	background-color: #fff;
	width: 35px;
	height: 19px;
	padding: 3px 5px 0;
	vertical-align: top;
}

input.cartUpdate {
	border: 1px solid #c1c1c1;
	background-color: #fff;
	font-size: 10px;
	color: #0072bc;
	width: 120px;
	height: 24px;
	text-align: center;
	text-transform: uppercase;
}

input.cartUpdate:hover {
	background-color: #0072bc;
	color: #ffffff;
}

input.cartRemove {
	border: 1px solid #c1c1c1;
	background-color: #fff;
	font-size: 10px;
	color: #999;
	width: 70px;
	height: 18px;
	text-align: center;
	text-transform: uppercase;
}

input.cartRemove:hover {
	background-color: #c1c1c1;
	color: #ffffff;
}


input.review {
	border: 1px solid #999;
	background-color: #fff;
	width: 120px;
	height: 25px;
	text-align: center;
	margin-left: 215px;
	text-transform: uppercase;
}

input.wishlistRemove {
	border: 1px solid #999;
	background-color: #fff;
	color: #999;
	width: 200px;
	height: 25px;
	text-align: center;
	text-transform: uppercase;
}

input.wishlistRemove:hover {
	background-color: #0072bc;
	color: #ffffff;
}

input.wishlistAdd:hover {
	background-color: #0072bc;
	color: #ffffff;
}

input.wishlistAdd {
	border: 1px solid #999;
	background-color: #fff;
	width: 120px;
	height: 25px;
	text-align: center;
	text-transform: uppercase;
}

input.blue {
	border: 1px solid #fff;
	background-color: #ff0000;
	color: #fff;
	width: 120px;
	height: 25px;
	float: right;
	text-align: center;
	padding-right:10px;
	margin-right: 20px;
	text-transform: uppercase;
}

input.wish {
	border: none;
	background-color: #ececec;
	color: #0072bc;
	font-size: 10px;
	width: 120px;
	height: 25px;
	float: right;
	margin-top:30px;
	padding-right:10px;
	margin-right: -120px;
	text-transform: uppercase;
}

input.blue:hover {
	background-color: #0072bc;
}
input.review:hover {
	background-color: #0072bc;
	color: #ffffff;
}

input.wish:hover {
	text-decoration: underline;
}

#title {
	margin-bottom: 15px;
}

/* =============== Content Style ===================== */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

a:link {
	color: #0072bc;
	text-decoration: none;
}

a:visited {
	color: #0072bc;
	text-decoration: none;
}

a:hover {
	color: #0072bc;
	text-decoration: underline;
}

.clear {
overflow:hidden;
width:100%;

}

.buttonlocation {
padding-left: 150px;
}



a.button {
    background: transparent url('/static/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 10px Helvetica, Arial, Verdana, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('/static/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;

}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}

#product_category h1 {
    color: #ff0000;
	font-size: 24pt;
}

#menu_container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#head-links {
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 9pt;
}

#head-links span {
	color: #efefef;
	font-weight: 600;
}

#head-links ul {
	padding: 0px;
}

#head-links ul li {
	display: inline;
	list-style: none;
}

#head-links li {
	padding-left: 0.7em;
	padding-right: 0.5em;
	border-left: 1px solid #bae4fe;
}

#head-links ul li.first {
	padding-left: 0em;
	border-left: none;
}

#breadcrumb ul {
	margin: 1em;
	padding: 0px;
}

#breadcrumb ul li {
	display: inline;
	list-style: none;
}

#breadcrumb ul li {
	padding-left: 0.7em;
	padding-right: 0.5em;
	border-left: 1px solid #b0b0b0;
}

#breadcrumb ul li.first {
	padding-left: 0em;
	border-left: none;
}

#utilitycart {
	width: 300px;
	position: absolute;
	top: 50px;
	right: 5px;
	color: #fff;
        z-index: 100;
}

#utilitycart div {
	clear: left;
	padding: 4px 8px 6px;
	height: 15px;
	overflow: hidden;

	margin-bottom: 4px;
}

#utilitycart div#searchform {
    padding-left: 0;
    padding-right: 0;
    z-index: 100;
}

#userinfo {
	border-top-style: none;
}

#cartinfo {
	border: 1px solid #fff;
}

#utilitycart a {
	float: right;
	color: #fff;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 5px;
}

#utilitycart a:hover {
	color: #fff;
	text-decoration: underline;
}

#utilitycart input {
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
}

input.keywords {
	width: 210px;
	padding: 4px 8px 6px;
	height: 13px;
	background: none;
	position: absolute;
	top: 61px;
}

input.searchbtn {
	width: 68px;
	height: 25px;
	text-align: center;
	background: none;
	position: absolute;
	top: 61px;
	margin-left: 232px;
}

input.searchbtn:hover {
	background-color: #0072bc;
}

#menu_container h2,
#menu_container a {
	display: block;
	color: #000;
	width: 224px;
	text-decoration: none;
	font-size: 18px;
	padding: 10px 8px 10px ;
	font-weight: bold;
	border-bottom: 1px dashed silver;
}

#menu_container h2 {
    margin: 0;
}

#menu_container a:hover {
	background-color: silver;
	color: #000;
}

#menu_container li li a {
	background-color: #efefef;
	padding: 8px 8px 8px ;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}

#menu_container a.current:before {
	content: "\0020 \0020 \0020 \00BB \0020";
}

#foot-right {
	float: right;
	text-align: right;
}


#foot a {
	color: #555;
}

#foot a:hover {
	color: #555
}

#foot p {
	padding-bottom: 10px;
}

#foot p.sml {
	font: 8pt/10pt "helvetica", "arial", serif;
}

#foot p.sml a {
	text-decoration: none;
}

#pagination {
	clear:both;
	display: block;
	width:100%;
	float: none;
	padding: 1em;
}

#pagination ul {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
}

#pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

#pagination a, #pagination a:visited {
	padding: 0 5px;
	text-decoration: none;
}

#pagination li.currentpage {
	font-weight: bold;
	padding: 0 5px;
}

#shipping ul li {
list-style-type: none;
list-style: none;
text-decoration: none;
padding-left: 1em;
text-indent: -1em;
}

#checkoutprogress {
list-style: none;
border-style: solid;
border-width: 1px;
padding: 3px;
margin-bottom: 25px;
}

#checkoutprogress ul {
display: inline;
list-style: none;
text-decoration: none;
list-style-type: none;
margin-left: 0;
padding-left: 0;
border: none;
}

#checkoutprogress ul li {
margin-left: 0;
padding-left: 2px;
display: inline;
list-style: none;
text-decoration: none;
list-style-type: none;
}

#checkoutprogress ul li:before {
content: "\0020 \0020 \0020 \00BB \0020";
display: inline;
list-style: none;
text-decoration: none;
list-style-type: none;
}

#checkoutprogress ul li.first:before {
content: " ";
text-decoration: none;
list-style-type: none;
list-style: none;
}

#checkoutprogress li.active {
background-color: #ccc;
}

#wishlist ul li,
#product_category ul li {
list-style: none;
padding: 0.5em;
background-color: white;
}

#wishlist ul li:hover
#product_category ul li:hover {
	background-color: #f0fff0;
}

#wishlist ul li a,
#product_category ul li a {
	display: block;
}

#wishlist span.date {
	font-style: italic;
	display: block;
	margin-left: 5px;
	font-size: 10px;
}

#wishlist form {
	display: inline;
}


.addressblock {
padding-top: .5em;
padding-bottom: .5em;
}

.profile li {
list-style-type: none;
}

table.ordertable {
width:  100%;
font-weight: normal;
font-size: 13px;
}

table.ordertable thead {
	background-color: #ddd;
}

table.ordertable span.orderitemqty {
	font-style: italic;
}

p {
	line-height: 150%;
}

img {
	border: none;
}

.detaildesc-col {
    width: 400px;
}

.detailprice {
    float: right;
    width: 320px;
    padding-left:5px;
    padding-top:10px;
}

.detaildesc {
    margin-top: -110px;
    margin-right: 10px;
}

.error {
    color: red;
}