/*---- Page Attributes ----*/
body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #bcbec0;
	background-image: url(/images/static/bg-body.gif);
	background-repeat: repeat-x;
}

#Page
{
	width: 800px;
	margin: 0 auto;
}

#Page.has_cart
{
	width: 1060px;
	margin: 0 auto;
}

#container
{
	width: 800px;
	padding: 10px 0 0 20px;
	background-image: url(/images/static/bg-wrapper.gif);
	background-repeat: repeat-y;
	background-position: top;
}

img {
	border: none;
}

/*---- Text Attributes ----*/
a {
	color: #000000;
}

a.no_underline
{
	text-decoration: none;
}

h1
{
	font-size: 1.2em;
}

h2 {
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
	margin: 1em;
}
h2 a {
	color: #000000;
}
h3
{
	margin: 1.5em 0 -0.5em 0;
	text-transform: capitalize;
}

.results_nav {
	float: right;
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
}
.Purple
{
	color: #6C167E;
}
.Strike
{
	text-decoration: line-through;
}

/*---- SideBar Navigation ----*/
#SideBar
{
	width: 176px;
	float: left;
	margin: 0;
	padding: 0;
}
#SketchBlob
{
	margin: 0 10px 0 0;
	padding: 0 0 80px 0;
	background-image: url('/images/static/navBottom_new.png');
	background-repeat: no-repeat;
	background-position: bottom;
}
#SideBar form
{
	margin: 0;
	padding: 15px 0 10px 20px;
	background-image: url('/images/static/navTop_new.png');
	background-repeat: no-repeat;
}
#SideBar form input
{
	display: block;
}
#Nav
{
	margin: 0;
	padding: 0 0 0 10px;
	background-color: #CECFD1;
	background-image: url('/images/static/nav.png');
	list-style-type: none;
}
#Nav a
{
	text-decoration: none;
	color: #000000;
}
#Nav a:hover
{
	color: #666666;
}
#Nav li
{
	font-weight: bold;
	padding: 5px;
}
#Nav ul
{
	display: none;
	list-style-type: none;
	padding: 0 0 0 16px;
	margin: 0;
}
#Nav ul li
{
	font-weight: normal;
	padding: 0;
}
#SideBarLogos
{
	width: 160px;
	text-align: center;
	margin: -45px 0 0 0;
	padding: 0;
}

/*---- Body Content ----*/
#Content {
	width: 600px;
	margin: 0;
	float: left;
}

#Content ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}
#Content ul h2
{
	margin: 0;
	padding: 1em 2em;
	color: #FFFFFF;
	background-image: url(/images/static/stripe.png);
	background-position: center;
	background-repeat: no-repeat;
}
#Content ul h2 a
{
	color: #FFFFFF;
}
#Content li
{
	float: left;
	width: 190px;
	height: 215px;
	margin: 4px;
}
#Content li a
{
	color: #000000;
	text-decoration: none;
}

.model_name_photo
{
	display: block;
	text-align: center;
	height: 150px;
}

#product_description
{
	width: 350px;
	margin: 0;
	padding: 0;
	float: left;
}
#product_description table
{
	width: 290px;
	margin: 5px 0;
	padding: 0;
}
#product_description thead
{
	background-color: #CECFD1;
}
#product_description tr
{
	border-bottom: solid 1px #CECFD1;
}
#product_description th
{
	font-weight: normal;
	text-align: left;
}
#add_sku
{
	display: block;
}
#add_quantity
{
	width: 20px;
}
#add_submit
{
	display: block;
	margin-top: 5px;
}


#Copyright
{
	clear: both;
	margin-left: -1em;
	padding: 12px;
	color: #FFFFFF;
	text-align: center;
	background-image: url('/images/static/footer.png');
	background-repeat: no-repeat;
}

/*---- Product Photos ----*/
#product_image, #product_images
{
	float: left;
	width: 225px;
	margin: 0 10px 10px 0;
}
#PhotoFrame
{
	margin-top: 1em;
}
#PhotoGallery li
{
	float: left;
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 0;
}
#PhotoGallery a:hover
{
	color: #6C167E;
}
#PhotoGallery img
{
	border: solid 1px;
}

/*---- Shopping Cart ----*/
#Cart
{
	float: right;
	width: 200px;
	margin: 0 0 0 10px;
	padding: 1em;
	background-image: url('images/static/cart_background.gif');
	background-position: top;
	background-repeat: repeat-y;
	text-align: center;
	font-size: 0.8em;
}
#Cart p.availability
{
	display: none;
}
#Cart form
{
	margin: 0;
	padding: 0;
}
#Cart input
{
	width: 5em;
}
#Cart h1
{
	margin: 0;
}
#Cart ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#Cart li
{
	margin: 5px 10px;
	padding: 0 0 5px 0;
	border-bottom: solid 2px #DEDEDE;
}
#Cart em
{
	display: block;
}
#Cart input
{
	width: 1em;
}
#Cart p
{
	margin: 10px 10px 5px 10px;
}
#Cart button
{
	display: block;
	margin: 1em auto 0 auto;
}
#Cart #checkout
{
	width: 115px;
	height: 25px;
	display: block;
	margin: 1em auto 0 auto;
}
