@import url('reset.css');

/* CSS Document */
* {
	margin: 0;
	}
body, html {
	background: #fff url(../images/body.jpg) repeat-x top left;
	font: normal 13px trebuchet, sans-serif;
	color: #636363;
	letter-spacing: 1px;
	}
h1 {
	margin: 3px 0 0 0;
	color: #aaaaaa;
	font-size: 20px;
	text-transform:uppercase;
	}
label {
	width: 130px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block;
	padding-top: 3px;
	font-size: 12px;
	}
p {
	margin: 4px 0 4px 0;
	}
#special {
	margin-top: 20px;
	width: 700px;
	line-height: 16px;
	text-align: center;
	color: #636363;
	font: normal 11px trebuchet, sans-serif;
	letter-spacing: 1px;
	}
#special h2 {
	font-size: 12px;
	margin: 0 0 10px 0;
	text-align: center;
	letter-spacing: 1px;
	text-transform:uppercase;
	}
#special .left {
	float:left;
	width: 300px;
	padding: 10px;
	}
#special .right {
	float:right;
	width: 300px;
	margin-left: 40px;
	padding: 10px;
	}
a, a:link, a:visited {
	color: #636363;
	text-decoration: underline;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
.clear {
	clear: both;
	}
#wrapper {
	width: 1024px;
	min-height: 730px;
	background: transparent url(../images/background.jpg) no-repeat top left;
	}
#header {
	width: 100%;
	height: 103px;
	}
#search {
	float:right;
	margin: 20px 40px 0 0;
	}
#logo {
	background: transparent url(../images/logo.png) no-repeat top left;
	width: 185px;
	height: 107px;
	margin-left: 60px;
	}
#leftcol {
	width: 248px;
	float: left;
	display: inline-block;
	letter-spacing: 1px;
	}
#leftcol .catheader {
	width: 171px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #363636;
	border-top: 3px solid #363636;
	text-align: center;
	margin: 8px 0 0 60px;
	}
#leftcol p {
	margin: 6px 0 0 60px;
	padding-left: 10px;
	}
#rightcol {
	margin: 0 0 0 20px;
	width: 716px;
	float: right;
	padding: 0 20px;
	display: inline-block;
	}
#rightcol a {
	font-size: 11px;
	}
.brandimg {
	float:right;
	margin: 0 0 10px 10px;
	}
.prodimg {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #aaaaaa;
	margin-bottom: 5px;
	-moz-box-shadow: 3px 3px 4px #363636; /* FF3.5+ */
  	-webkit-box-shadow: 3px 3px 4px #363636; /* Saf3.0+, Chrome */
	box-shadow: 3px 3px 4px #363636;
	}
.largeimg {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #aaaaaa;
	margin-bottom: 5px;
	float: left;
	margin-right: 15px;
	-moz-box-shadow: 3px 3px 4px #363636; /* FF3.5+ */
  	-webkit-box-shadow: 3px 3px 4px #363636; /* Saf3.0+, Chrome */
	box-shadow: 3px 3px 4px #363636;
	}
.searchinput {
	border: 1px solid #363636;
	color: #363636;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-family:Verdana, sans-serif;
	vertical-align: middle;
	background-color:#eee;
	width: 175px;
	padding: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.forminput {
	border: 1px solid #363636;
	color: #363636;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-family:Verdana, sans-serif;
	vertical-align: middle;
	background-color:#fff;
	width: 200px;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.textarea {
	border: 1px solid #363636;
	color: #363636;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-family:Verdana, sans-serif;
	vertical-align: middle;
	background-color:#fff;
	width: 400px;
	height: 100px;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.button {
	font-size: 12px; 
	line-height: 12px;
	border: 1px outset #363636;
	background-color: #aaaaaa;
	color: #363636;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.button:hover {
	background-color: #aaaaaa;
	border: 1px inset #363636;
	color: #363636;
	}
input.buttonlg {
	background:url("../images/buynow.png") no-repeat scroll center top;
	border:0 none !important;
	cursor:pointer;
	display:block;
	height:60px;
	outline:medium none;
	text-indent:-9999px;
	text-transform:uppercase;
	width:200px;
	}
input.buttonlg:hover {
	background-position: bottom center;
	}
td {
	padding:8px;
	font-size: 12px;
	}
#pagination {
	margin: 0px auto;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #363636;
	font-size: 13px;
	}
#pagination a {
	font-size: 13px;
	}
#pagination .normal {
	padding: 0px 2px;
	color: #363636;
	}
#pagination .normal:hover {
	background-color: #aaaaaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#pagination .active {
	background-color: #aaaaaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#overlay {
	background-image:url(../images/transparent.png);
	color:#efefef;
	height:520px;
	}
.productdata {
	height:480px;
	overflow-y:auto;
	font-size: 12px;
	line-height: 16px;
	}
.overlay {
	display:none;
	background-image:url(../images/white.png);
	width:640px;		
	padding:40px;
	font-size:11px;
	}
.overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right: 5px;
	top: 5px;
	cursor:pointer;
	height:45px;
	width:45px;
	}
#details .description, #details .description a {
	color: #aaaaaa;
	line-height: 16px;
	}
#details .description a:hover {
	color: #efefef;
	line-height: 16px;
	}
#details .retail {
	margin-top: 20px;
	font-size: 18px;
	}
#details .price {
	font-size: 24px;
	color: #d50303;
	}
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 11px;
	}
#popular, #similar {
	clear:both;
	padding-top: 20px;
	}
#welcome {
	background: transparent url(../images/welcome.png) no-repeat top left;
	font: normal 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	line-height: 14px;
	text-indent: -9999px;
	height: 211px;
	}
#welcome p {
	margin-top: 4px;
	}
