﻿body {
	background-color:#C0D0F5;
	text-align:center;
	margin: 0px auto 10px auto;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color:#323C52;
}
h2 {
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color:#323C52;
}
h3 {
	font-size: 12px;
	font-weight: 700;
	color:#323C52;
}
h4 {
	font-size: 12px;
	font-weight: 700;
	color:#323C52;
	margin: 0px;
}
a {
	color: #000099;
}
img {
	border-width: 0px;
}
#wrapper {
	width: 760px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	background-image: url('../images/wrapper_back.gif');
	background-repeat: repeat-y;
	text-align: left;
	padding: 20px;
}
#menu {
	height: 23px;
	background-image:url('../images/menu_back.png');
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 7px;
	clear:both;
}
#menu_top {
	margin-top: -10px;
	margin-bottom: 5px;
	text-align: right;
}
#left_column1 {
	float: left;
	width: 385px;
}
#right_column1 {
	float: right;
	width: 360px;
}
#left_column2 {
	float: left;
	width: 525px;
}
#right_column2 {
	float: right;
	width: 220px;
	font-size: 10px;
}
#contact_footer {
	clear:both;
	font-size: 11px;
	color: navy;
	text-align: center;
}
#copyright {
	color: #555;
	font-size: 10px;
	margin-top: 5px;
}
#copyright a {
	color: #555;
	text-decoration: none;
}
.cart {
	width: 100%;
	margin: 10px 0px 10px 0px;
}
.cart td {
	vertical-align:top;	
}
.order {
	width: 100%;
	border: 1px #BBBBBB solid;
	margin: 10px 0px 10px 0px;
}
.order th, .box h2 {
	border-bottom: 1px #BBBBBB solid;
	background-color:#323C52;
	background-image:url('../images/box_header_back.png');
	background-repeat:repeat-x;
	font-weight: 500;
	color: white;
	margin: 0px;
	padding: 3px;
}
.order .description, .cart .description {
	text-align: left;
}
.order .price, .cart .price {
	text-align: right;
	white-space:nowrap;
}
.order .qty, .cart .qty {
	text-align: center;
}
.order .qtybox, .cart .qtybox {
	text-align: center;
	width: 20px;
	color: #323C52;
	font-weight: 500;
	font-size: 11px;
}
#techspec {
	width: 100%;
}
#techspec .tech {
	text-align: left;
}
#techspec .spec {
	text-align: right;	
}
.box {
	border: 1px #BBBBBB solid;
	margin-bottom: 15px;
}
.box h3 {
	margin: 5px;
}
.box p {
	margin: 10px 5px 20px 5px;
}
.box li {
	margin-right: 5px;
}
.product_grid {
	width: 100%;
}
.product_grid td {
	vertical-align: top;
	font-size: 13px;
}
.product_grid a {
	text-decoration: none;
}
.product_grid a:hover {
	text-decoration: underline;
}
.product_grid_thumb {
	width: 122px;
	border: 1px #CCCCCC solid;
}
.product_grid_thumb img:hover {
	border: 1px #323C52 dashed;
}
.product_grid img {
	border: 1px white solid;
}
.product_grid_price {
	text-align: center;
	width: 120px;
}
.strikethrough {
	text-decoration: line-through;	
}
.smallgreen {
	font-size: 10px;
	color: green;
}
.smallred {
	font-size: 10px;
	color: red;
}
.add_button {
	text-align: right;
}
.cart .couponbox {
	width: 100px;
	color: #323C52;
	font-weight: 700;
	font-size: 11px;
	text-transform:uppercase;
}
.checkout {
	font-size:11px;
	margin:5px;
	width:95%;
}
.checkout input {
	font-weight:500;
}
.field_large {
	width: 240px;
}
.field_medium {
	width: 160px;	
}
.field_small {
	width: 80px;
}
.hidden {
	display:none;
}