/*
colorsong text styles
basic colors are:
darkBrown:		#612D11  (standard text)
lightBrown		#8B634E	(menu text)
blue:				#9ACCD6  (areas) 
blue:				#612D11  (text)
*/
.color_1 { 
	color: #612D11;	/* std text */
}
.color_2 {
	color: #9ACCD6;	/* blue area */
}
.color_3 {
	color: #612D11;	/* blue text */
}
body {
	background-color: #FFF;
	color: #612D11;
}

#logo {
	background-image: url(http://www.dellaqbags.com/logos/logo.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
}
a {
	text-decoration: underline;
	color: #612D11;
}

a:hover {
	text-decoration: underline;
}

.menu {
	border: 0px solid Red;
	margin-left: 10%;
	margin-bottom: 0.3em;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	font-weight: bold;
	color: #8B634E;
}

.menu a {
	border: 0px solid Blue;
	text-decoration: none;
	color: #8B634E;
}
.menu a:hover {
	text-decoration: underline;
}
.menufocus {
	margin-left: 10%;
	margin-bottom: 0.3em;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	font-weight: bold;
	color: #45B08A;
}

.menufocus a {
	border: 0px solid Red;
	text-decoration: none;
	color: #45B08A;
/*	color: #612D11; */
}
#menucontainer #upsellarea {
	border: 0px solid Red;
	margin-left: 10%;
	padding: 10px 0px 10px 0px;
}

 #upsellarea p {
 	line-height: 1.3em;
	margin: 1.0em 0em 1.0em 0em;
 }
 
div.horizontalrule {
	width:100%;
	height: 9px;
	margin: 0px 0px 1.0em 0px;
	background-color: #FFFFFF;
	border: 0px 0px 1px 0px;
	border-bottom: 1px solid #612D11;
	font-size: 4px;
}

div.horizontalrule span {
	white-space: nowrap;
	background-color: #AEE9DE;
	float: right;
	text-align: right;
	width: 60px;
	height: 9px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	background-image: url(../logos/box.gif);
}

#contentcontainer > div.topic >span {
	height: 13px;
}

 img {
 	margin-top: 0.4em;
 }
#icons img {
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

 #logo {
 	margin-top: 0px;
}

#largeImageDiv {
	display: block;
	border: 2px solid #99845C;
	height: 250px;
	width: 454px;
}

#productDiv{
	border: 0px solid Blue;
	float: right;
	width: 454px;
	margin-left: 20px;
	margin-top: 0px;
}

.booktitle {
	font-weight: bold;
}

.price {
	font-weight: bold;
	color: #612D11
}

.orderbutton {
	border: 1px solid #45B08A;
	background-color: #FFF;
	color: #612D11;
	font-weight: bold;
	width: 6em;
}
.orderbuttonOS {
	border: 1px solid #45B08A;
	background-color: #FFF;
	color: #FF0000;
	font-weight: bold;
	width: 6em;
}

h3 {
	color: #45B08A;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

h4 {
	color: #45B08A;
}

#closewindow {
	float: right;
	margin: 4px 20px 0 0;
	font-size: 0.8em;
	}
#colorway {
	float: left;
	margin: 4px 0 0 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

#colorname{
	float: left;
	margin: 0px 0 0 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

#coloroptionscontainer{
	visibility: hidden;
	display: none;
}
