html, body { height: 99% }

body {
	margin: 5px;
	padding: 0;
	background-color: #fff;
}

body, div, p, th, td, li, dd, button {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
}

form { padding: 0; margin: 0 }
h2 {
	padding-top: 8px;
	padding-left: 6px;
	height: 18px;
	border-left: #fff 29px solid;
}
a { text-decoration: underline; color: #0180C4; }
a:hover { text-decoration: none }
p {
	font-weight: normal;
}
h1 {
	padding-top: 0; margin-top: 0;
	padding-bottom: 0; margin-bottom: 4px;
	font-family: 'Comic Sans MS', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #0180C4
}
.orange { color: #FDAB00 }
.green { color: #73B828 }
.blue { color: #0180C4 }
.larger { font-size: 13px; }
label {
	color: #73B828;
	font-weight: bolder;
}
button {
	padding: 2px 5px;
	margin: 1px;
	background-color: #73B828;
	color: #fff;
	border: #eee 3px solid;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bolder;
	cursor: pointer;
}
button:hover {
	background-color: #0180C4;
}
.buttons {
	width: 420px;
	text-align: right
}
dl {
	float: left;
	margin: 10px 0 0 0px;
	padding: 0 0 7px 20px;
}
dl.sitemap {
	padding: 0; margin: 0;
	border-left: #73B828 1px dotted;
	padding-left: 0;
	margin-left: 20px;
}
dl.sitemap dt {
	width: 180px;
}
dl dt {
	background-color: #73B828;
	border-right: #5E9521 6px solid;
	display: block;
	width: 490px;
	padding: 4px 10px 5px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
dl dd {
	margin: 2px 3px 2px 10px;
	padding: 0;
}
div#products {
	padding: 0;
	margin: 0 0 0 16px;
}
dl.sitemap dd a {
	background: url(img/more.gif) no-repeat 0 6px;
	padding-left: 8px;
	font-size: 13px;
}
.imgFrame {
	border: #D0D0D0 1px solid;
	background-color: #F5F5F5;
	margin: 7px 0;
	padding: 1px;
}
.error {
	color: red;
	font-weight: bold;
	background: #fff url(img/icons/close.gif) no-repeat 0 0;
	padding-left: 20px;
}
p.check,
p.error {
	display: block;
	background: #FFF4F4 url(img/icons/x_16.gif) no-repeat 10px 50%;
	margin: 3px;
	padding: 4px 2px 4px 30px;
	border: 1px solid #E36E6E;
	color: #D2201F;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-moz-opacity: 1;
	opacity: 1;
}
p.check { background: #FFF4F4 url(img/icons/v_16.gif) no-repeat 10px 50% }

p.check a, p.check a:link, p.check a:visited,
p.error a, p.error a:link, p.error a:visited
{
	color: #0000CC;
}
p.check a:hover,
p.error a:hover
{
	color: green;
}
.name {
	color: #0180C4;
	font-weight: bold;
}
a.more {
	color: #D82D01;
	font-weight: bold;
}
br.clear {
   clear: both
}

#container {
	width: 780px;
}

#head {
	width: 100%;
	margin: 0; padding: 0;
}
#logo {
	float: left;
	padding-left: 10px;
}
#leftlogo {
	float: left;
	width: 190px;
	margin: 0; padding: 0;
	text-align: center;
}
ul#nav {
	padding: 0; margin: 0;
	list-style: none;
}
ul#nav li {
	float: left;
	padding: 0; margin: 0;
	margin-left: 9px;
}
#content {
	width: 780px;
	clear: both;
	padding-top: 10px;
}
img.bullet {
	margin-right: 2px;
	float: left;
}

/* PANELS --------------------------------------------------------------------------------- */

div#leftPanel {
	width: 190px;
	background-color: #fff;
	float: left;
	margin-right: 10px;
}
div#midPanel {
	float: left;
	width: 384px;
	margin-right: 10px;
}
div#rightPanel {
	float: left;
	width: 186px;
}

div#contentPanel {
	border-top: #0180C4 26px solid;
	padding-left: 10px;
	padding-top: 15px;
	width: 569px;
	float: left;
}

/* FOOTER ---------------------------------------------------------------------------- */

div#footer {
	clear: both;
	padding: 0; margin: 0;
}

/*div#footer ul#nav li:first-child {
	margin-left: 0;
}*/

div#copyright {
	padding-top: 1px;
	text-align: center;
	color: #0180C4;
	font-size: 9px
}

/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */

/* NEWS ITEM --------------------------------------------------------------------------- */

div.newsItem {
	padding: 8px 0;
	height: 52px;
	border-bottom: #ccc 1px dashed;
}
div.newsItem span {
	padding: 2px 8px;
	float: left;
	font-weight: bold;
}

div.newsItem img {
	border: #999999 1px solid;
	float: left;
	width: 88px;
	height: 48px;
	padding: 1px;
	margin-right: 15px;
}

.newsItem h1 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	padding: 0; margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #73B828;
}
.newsItem a {
	color: #D82D01;
	font-weight: bold;
}

/* PRODUCTS ------------------------------------------------------------------------------ */

div.thumb {
	margin: 3px;
	border: 1px solid #A0ACC0;
	background-color: #f7f7f7;
	height: auto;
	float: left;
	text-align: center;
}
div.thumb img {
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
}
div.thumb a {
	text-decoration: none;
}
div.thumb a:hover img {border: 1px solid black;}
div.photocattitle {text-align: center; font-weight: bold;}
div.phototitle {
	text-align: left;
	font-weight: normal;
	width: 155px;
	margin: 0 0px 3px 6px;
	color: #444;
}
div.phototitle a, div.phototitle a:visited, div.phototitle a:link {
	color: #000;
	text-decoration: none;
}
div.phototitle a:hover {
	color: blue;
	text-decoration: underline;
}
div.phototitle a img {
	border: 0;
}
div.phototitle a:hover img {
	background-color: yellow;
	border: 0;
}
div.thumb a:hover div.phototitle {
	color: blue;
}

/* CATEGORIES ---------------------------------------------------------------------------- */

.categoryPanel, .categoryList {
	clear: both;
	margin: 0; padding: 0;
	margin-left: 29px;
	color: #eee;
	font-weight: bold;
	list-style-type: decimal-leading-zero;
}
.categoryList {
	list-style: square;
}
.categoryList li {
	float: left;
	width: 230px;
	border-bottom: #ccc 1px dashed;
	padding-top: 1px;
	padding-bottom: 3px;
	margin-left: 100px;
}
.categoryList.styles li {
	margin-left: 0
}
.categoryList li.parent {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-bottom: 0;
	border-bottom: 0;
}
.categoryList li a {
	font-size: 11px;
	font-weight: normal;
}
/* panel categories */
.categoryPanel li {
	border-bottom: #ccc 1px dashed;
	padding-top: 7px;
	padding-bottom: 8px;
}
.categoryPanel li a {
	font-size: 11px;
	font-weight: normal;
	color: #D82D01;
}
li.categoriesMore {
	text-align: right;
	list-style: none;
	border-bottom: 0px;
}
li.categoriesMore a:link, li.categoriesMore a:visited, li.categoriesMore a {
	font-weight: bold;
	color: #FDAB00;
}

/* COMPONENTS ------------------------------------------------------------------------------ */

div#fabricStyles {
	float: right;
	width: 180px;
	border-left: 1px solid #73B828;
	border-bottom: 1px solid #73B828;
	background-color: #fff;
	padding: 4px;
}
div#fabricStyles h1 {
	font-family: Arial;
	position: relative;
	font-size: 12px;
	display: block;
	padding: 2px 6px;
	margin: 0;
	font-weight: bold;
	border-bottom: 1px solid #73B828;
	color: #E88A1B;
}
div#fabricStyles ol {
	position: relative;
	display: block;
	float: none;
	margin-left: 1.7em;
	background-color: #73B828;
}
div#fabricStyles li {
	border: 0;
	padding: 2px 0 0 0;
	list-style: circle;
}

form#frmCheckout p {
	float: left;
	width: 200px;
}
form#frmCheckout p.state {
	clear: both;
	float: left;
	width: 130px;
}

div#shoppingCart {
}
div#shoppingCart img.cart {
	float: right;
	padding-right: 10px;
}
div#shoppingCart table {
	width: 431px;
	margin-top: 10px;
}
div#shoppingCart table td {
	font-size: 12px;
	margin-bottom: 5px;
	padding: 4px 10px 5px;
}
div#shoppingCart table thead td {
	border-right: #5E9521 1px solid;
	background-color: #73B828;
	color: #fff;
	font-weight: bold;
}
div#shoppingCart table tbody td {
	border-right: #e7e7e7 1px solid;
	border-bottom: #e7e7e7 1px solid;
	font-weight: normal;
}
div#shoppingCart table tbody td a {
	text-decoration: none;
	color: #0180C4;
	font-weight: bold;
}
div#shoppingCart div#checkOut {
	display: block;
	width: 135px;
	background: #fafafa url(img/icons/play.gif) no-repeat 95% 55%;
	border: #eee 1px solid;
	padding: 3px 5px;
	margin-left: 50px;
}
div#shoppingCart div#checkOut a, div#shoppingCart div#checkOut a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #73B828;
}
div#shoppingCart div#checkOut:hover {
	background-color: #F3FBFF;
}

dl#productInfo dt {
	display: inline;
	width: 200px;
	padding-right: 280px;
}
dl#productInfo dd {
	font-size: 12px;
	width: 250px;
	padding-left: 20px;
}
dl#productInfo dd span {
	color: #0180C4;
	font-weight: bold;
}
div#productPicture {
	float: right;
	border: #dfdfdf 1px solid;
	background-color: #fafafa;
}
div#productPicture img {
	padding: 3px;
}
div#productControls {
	border-top: 1px solid #e7e7e7;
	font-size: 13px;
	padding-top: 10px;
	margin-left: 40px;
}

div#search {
	clear: both;
	background: #0180C4 url(img/layout/sun.gif) no-repeat top left;
	padding-top: 9px;
	padding-bottom: 14px;
	padding-left: 35px;
}
div#search #q {
	border: 0;
	width: 271px;
	height: 17px;
	float: left;
	margin-top: 16px;
	padding: 2px 3px;
	font-size: 14px;
	color: #537E24;
	font-weight: bold;
}
#searchGo {
	margin-top: 16px;
	cursor: pointer;
}
* html #searchGo { /* stupid ie5.0 */
	cursor: hand;
}
#welcome {
	padding-top: 10px;
}
#news {
	padding-top: 10px;
}
div#spotlight {
	border-bottom: #ccc 1px dashed;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
div#slideshow {
	clear: both;
	padding-top: 8px;
	padding-bottom: 5px;
}
div#productHighlight {
	padding-left: 7px;
	padding-top: 12px;
}
div#productHighlight a {
	font-weight: bolder;
}
div#productHighlight ul {
	padding:0; margin:0;
	list-style-type: circle;
}
div#productHighlight ul li {
	padding:0; margin:0;
	margin-left: 10px;
	margin-bottom: 1px;
}
div#productHighlight ul li.title {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 5px;
}

.styleNameInProduct {
	color:#0180C4;
	font-weight:bold
}

#details {
/*	border-style: solid;
	border-width: 1px;
	border-color: #ddd #aaa #aaa #ddd;
	background-color: #f8f8f8;*/
	padding: 3px;
	margin: 13px 5px;
	color: #0776BE;
	font-size: 13px;
}
#details h3 {
	font-family: Verdana, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #ddd;
	letter-spacing: -1px;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 3px;
	line-height: 13px;
	color: #B64AA0;
}
#details span {
	font-weight: bold;
	padding-left: 3px;
	color: #0776BE;
}