@charset "utf-8";
/* CSS Document */

img {
	border: none !important;
}

* {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial;
	color: #452610;
}

option {
  padding-right: 5px;
}

body {
	background-image: url(images/bk_sidebar.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#header  {
	height: 127px;
	background-image: url(images/bk_top.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#topLinks {
	position: absolute;
	top: 103px;
	left: 550px;
	width: 438px;
	height: 24px;
	background-image:url(images/bk_tabs.gif);
}

#topLinks ul {
	text-align: center;
}

#topLinks ul li {
	display: inline;	
	font-size: .75em;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: .4em;

}

#topLinks ul li a {
  text-decoration: none;
}

#topLinks ul li a:HOVER {
  text-decoration: underline;
}

ul#breadcrumbs {
	color: #a0237f;
	font-weight: bold;
	font-size: .75em;
  padding-left: 1em;
}

ul#breadcrumbs li {
	display: inline;
	color: #a0237f;
	font-weight: bold;
  padding-left: 0;
}

ul#breadcrumbs li a {
  color: #a0237f;
	text-decoration: underline;
}

ul#breadcrumbs li a:HOVER {
	text-decoration: underline;
}

#leftSide {
	width: 159px;
	float: left;
	text-align: right;
	padding-top: 20px;
}

#leftSide ul {
	list-style-type: none;
	width: 154px;
	text-align: right;
	padding-right: 5px;
}

#leftSide ul li a{
	font-size: .85em;
	padding-left: .4em;
	text-decoration: none;
	width: 154px;
}
#leftSide ul li a:HOVER{

	font-size: .85em;
	padding-left: .4em;
	text-decoration: underline;
}

#leftSide h3 {
	font-size: .80em;
	text-align: right;
	height: 29px;
	width: 158px;
	background-image: url(images/bk_sidebarHeader.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
	margin-right: 4px;
	padding-top: 5px;
}


#rightSide {
	padding-left:159px;

}

#main {
	background-image: url(images/bk_main.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #452610;
	height: 165px;
}

#interiorPageMain {
	background-image: url(images/bk_main.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #452610;
	height: 51px;
}

#content {
	padding: 15px;
	width: 802px;
}

#footer {
	background-color: #e8d9e8;
	height: 25px;

}

#footer p {
	font-size: .65em;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p a{
	color: #b85b27;
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

#logo {
	position: absolute;
	top: 47px;
	left: 32px;
	width: 260px;
}

p, li {
	font-size: .85em;
	line-height: 1.55em;
	padding-left: 1em;
}

ul li {
	list-style-position: inside;
}

h1 {
	font-size: 1.25em;
	padding-bottom: 5px;
	padding-top: 10px;
}

h2 {
	font-size: .95em;
	font-weight: normal;
}


.homeProductBox {
	background-color: #f6f2f7;
	border: solid 1px #dfa9cd;
	width: 222px;
	text-align: center;
	padding: 5px;	
	margin: 10px;	
}

.homeProductBox p, .colorProductBox p {
  padding:0px;
}

.homeProductBox p a {
	color: #5f6060;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.colorProductBox {
	width: 115px;
	text-align: center;
	padding: 0px;	
	margin: 5px;	
}

.colorProductBox p a {
	font-size: .85em;
	color: #a0237f;
	height: 20px;
	background-image: url(images/ico_cart.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.cartTable {
	background-color: #f6f2f7;
	border: solid 1px #dfa9cd;
	text-align: left;
	padding: 5px;	
	margin: 10px;	
}

.tableBorder {
	border-bottom: solid 1px #dfa9cd;
}

.altRow {
	background-color: #e5cee6;
}

.left {
	float: left;
}

.right {
	float: right;
}

.mainImage {
	background-image: url(images/main_image.jpg);
	height: 160px;
	width: 720px;
}

.productImage {
	float: left;
	margin: 6px;
}

#breadcrumbs, #breadcrumbs a{
	color: #452610;
}
.button {
	font-size: .75em;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;

}

.button a {
		text-decoration: underline;
}

.button a:HOVER {
	color: #cc82ba;
}

input {
	margin: 2px;
}

#dialog_message {
  width: 75%;
	background-color: #f6f2f7;
	border: solid 1px #dfa9cd;
	text-align: left;
	padding: 5px;	
	margin: 10px;	
}
