/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	color: #000;
	background: #fff;
	font-family: Arial;
	font-size: 12px;
	line-height: 2;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	width: 960px;
	margin: 10px auto;
}

#header {
	height: 65px;
	background: url('images/header.png') left top no-repeat;
}

#content {
	padding: 12px;
}

#side {
	float: left;
	width: 200px;
}

#side a {
	color: #000;
	text-decoration: none;
}

#side a:hover {
	text-decoration: none;
}

#main {
	float: right;
	width: 730px;
}

#footer {
	padding-top: 10px;
	padding-left: 12px;
	background: url('images/line.png') left top no-repeat;
}

li.cat {
	margin-left: 15px;
}

li.subcat {
	margin-left: 15px;
	padding-left: 10px;
	background: url('images/bullet_arrow.gif') left center no-repeat;
}

#side li.subcat a {
	color: #666;
}

div.product_block {
	width: 160px;
	height: 180px;
	float: left;
	margin: 20px;
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
}

#product_images {
	float: left;
	width: 300px;
}

#product_info {
	float: right;
	width: 400px;
}

div.photo_thumb {
	float: left;
	width: 65px;
	margin: 5px;
	cursor: pointer;
}

div.photo_thumb.active {
	border: 1px solid #ccc;
	margin: 4px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.cart table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin-bottom: 10px;
	width: 100%;
}

.cart td, .cart th {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 2px;
}

.cart th {
	font-weight: bold;
	padding:2px;
	background: #eee;
}

table.side {
	width: 45%;
	margin-left: 55%;
}

table.cart {
	float: right;
	width: 38%;
}

table.cart td {
	padding: 2px;
}

.error {
	color: #f00;
}

.clear {
	clear: both;
}
