/* Copyright (c) 2008 Peak Systems, Inc.  All Rights Reserved. */
/* CSS Document for Template 2 "Bubbles" in Color 1 "Grape" (purple and violet) */

/* GENERIC STUFF */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-repeat: repeat-y;
	background-image: url(/templates/customtmpls/images/template2/shadowbackground.gif);
	background-position: center;
	font-size: 12px;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
}

h1 {
	margin-top: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.center { 
	text-align: center;
}

.center table { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.top {
	margin-top: 10px;
	margin-bottom: 10px;
}

.main {
	margin: 0;
}

/* TOP NAV STUFF */

.logo {
	text-align: center;
	width: 156px;
	padding-right: 5px;
}

.logo img {
	max-width: 156px;
	width: expression(this.width > 156 ? 156: true); /* IE max-width hack */
}

.welcometop {
	height: 20px;
	background-image: url(/templates/customtmpls/images/template2/welcometop1.gif);
	background-repeat: no-repeat;
}

.welcomebottom {
	height: 20px;
	background-image: url(/templates/customtmpls/images/template2/welcomebottom1.gif);
	background-repeat: no-repeat;
}

.welcome {
	color: #fff;
	background-color: #825F63;
	padding: 0 20px;
	vertical-align: middle;
}

/* SEARCH/LEFT NAV STUFF */

.nav {
	padding-right: 5px;
	color: #ffffff;
	vertical-align: top;
}

.nav a {
	color: #fff;
	text-decoration: none;
	/*font-weight: bold;*/
}

/* SEARCH AREA STUFF */

.search {
	background-color: #494252;
	border-bottom: 1px solid #fff;
}

.searchhead {
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 20px;
	background-image: url(/templates/customtmpls/images/template2/navtop1.gif);
	background-repeat: no-repeat;
	color: #fff;
}

.searchbox {
	padding-left: 10px;
	height: 26px;
	vertical-align: middle;
	padding-top: 4px;
}

.gobutton {
	height: 26px;
	vertical-align: middle;
	background-image: url(/templates/customtmpls/images/template2/go1.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-right: 3px;
}

.advsearch {
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-top: 5px;
	color: #fff;
}

.advsearch a {
	color: #fff;
}

.advdescription {
	font-size: 9px;
	font-weight: normal;
	color: #fff;
}

/* CONTENT AREA STUFF */

.content {
	vertical-align: top;
}

.mainarea {
	margin: 0;
	background-color: #A36675;
	color: #fff;
}

.mainarea td.topround {
	background-image: url(/templates/customtmpls/images/template2/contenttop1.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding: 0;
}

.mainarea td.bottomround {
	background-image: url(/templates/customtmpls/images/template2/contentbottom1.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding: 0;
}

.actions {
	text-align: right;
	padding: 0 10px 10px 0;
	color: #fff;
}

.actions a {
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.actions a.inquirieslink {
	background-image: url(/templates/customtmpls/images/template2/cart1.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 26px;
	padding-bottom: 2px;
}

.guts {
	margin: 10px 20px;
}

.guts a {
	color: #CBCC66;
}

/* SUCKERFISH DROPDOWNS */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 136px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	margin-bottom : -1px;
	width: 136px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 156px;
	margin-top : -24px;
}


#nav li a {
	width: 136px;
	/*w\idth : 100px;*/
	display : block;
	color : #fff;
	text-decoration : none;
	background-color : #677A76;
	padding: 5px 10px;
}

#nav li li a {  /* second-level lists links */
	width: 136px;
	/*w\idth : 100px;*/
	display : block;
	color : #fff;
	text-decoration : none;
	background-color : #5C6C69;
	padding: 5px 10px;
}

#nav li a:hover {
	color: #fff;
	background-color : #505F5C;
}

#nav li li a:hover { /* second-level lists links */
	color: #fff;
	background-color : #505F5C;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* PRODUCT PAGE */

#product {
	margin: 0;
} 

.producttable {
	margin: 0;
	border: 0;
}

.photo {
	text-align: center;
	vertical-align: top;
}

.photo p {
	margin: 0 0 10px 0;
	font-size: 10px;
}

.productphoto {
	border: 2px solid #494252;
}

img.swatch {
	border: 2px solid #494252;
	margin: 1px;
}

.productdescription {
	vertical-align: top;
	padding-left: 10px;
	text-align: left;
}

.productdescription table {
	margin-left: 0;
}

.productnumber {
	font-weight: bold;
	color: #494252;
	background-image: url(/templates/customtmpls/images/template2/arrow1.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.newitem {
	font-weight: bold;
	color: #CC0000;
}

.productname {
	font-size: 14px;
	font-weight: bold;
}

.itemoptions {
	margin-bottom: 20px;
	/*border: 1px solid #336699;*/
	margin-left: 0;
}

.itemoptions img {
	border: 0;
}

.itemoptions td {
	padding: 2px 2px 2px 14px;
	font-size: 10px;
	background-image: url(/templates/customtmpls/images/template2/arrow1.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.itemoptions a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;	
}

/* PRODUCT PAGE SHOPPING CART */

.shoptable {
	margin-top: 15px;
}

.shoptable td input {
	width: 20px;
}

.shoptable td input.updatecart {
	width: 120px;
}

.shoptable tr.headergrey td {
	background-color: #494252;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
	text-align: center;
	border-right: 1px solid #A36675;
}

.shoptable td {
	font-size: 10px;
	padding: 4px;
	font-weight: normal;
	text-align: center;
}

.shoptable td.swatch {
	padding: 2px;
	text-align: left;
}

.shoptable td.description {
	padding: 0;
	text-align: left;
}

.shoptable td.low {
	background-color: #cccccc;
}

td.instock {
	color: #999999;
}

.unavailable {
	color: #CC0000;
}

.shoptable td.bgswatch {
	background-image: url(/swatch/gifs/); 
	border: 1px solid black;
}

.shoptable .boldbutton {
	font-weight: bold;
}

.shoptable .line td {
	border-bottom: 1px solid #494252;
}

.shoptable .money td {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}

.buttons {
	text-align: center;
	margin-top: 20px;
}

p.back  {
	padding-left: 14px;
	font-size: 10px;
	background-image: url(/templates/customtmpls/images/template2/arrow1.gif);
	background-position: left;
	background-repeat: no-repeat;
	float: right;
	margin-top: 3px;
}

p.back a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.shoptable img.swatch {
	border: 1px solid #fff;
}

/* CATALOG STUFF */

#catalog  .itemgroup {
	margin-bottom: 10px;
}

#catalog .itemgroup td {
	vertical-align: top;
}

#catalog .itemgroup a {
	display: block;
	width: 99px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#catalog .itemgroup td.link {
	padding: 10px 3px;
	width: 97px;
}

#catalog .itemgroup td.link div.fakeimage {
	padding: 0;
	background-repeat: no-repeat;
	background-postion: top left;
	border: 2px solid #CBCC66;
	width: 99px;
	margin-bottom: 4px;
}

#advsearch {
	margin: 0 0 20px 0;
	padding: 5px;
	background-color: #fff;
	color: #000;
	border: 1px solid #433C4B;
}

ul.spaced li {
	margin-bottom: 1em;
}

/* LEFT NAV AS LIST ITEMS */

#maincats {
	padding-top: 10px;
	background-color : #677A76;
	padding-bottom: 31px;
	background-image: url(/templates/customtmpls/images/template2/divider1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#maincats ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	width : 156px;
}

#maincats li a {
	display : block;
	color : #fff;
	text-decoration : none;
	background-color : #677A76;
	padding: 5px 8px;
}

#maincats li li a {
	background-color : #A4B6B0;
	color : #000;
	padding-left: 20px;
}

#specialcats {
	background-image: url(/templates/customtmpls/images/template2/navbottom1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	background-color: #677A76;
}

#specialcats ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	width : 156px;
}

#specialcats li a {
	display : block;
	color : #fff;
	text-decoration : none;
	background-color : #677A76;
	padding: 5px 8px;
}

#specialcats li li a {
	background-color : #A4B6B0;
	color : #000;
	padding-left: 20px;
}

/* FOR PREVIEW ONLY IN THE ADMIN TOOL */

.previewtext {
	background-image: url(/templates/customtmpls/images/template2/previewtext1.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 90px;
}

.previewtable td {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
