/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 	VESTA'S MUSINGS - CSS STYLES
	SITE DESIGN BY - SWITCH CREATIVE GROUP - HTTP://WWW.GROUPSWITCH.COM
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 	BASE
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	text-align: center;
	margin: 0px 0px;
	padding: 0px;
	font-size: 100%;
}

body.accessories {
	background: url(http://www.vestasboutique.com/images/00-backgroundPatterns/accessories.gif);
}

body.babies {
	background: url(http://www.vestasboutique.com/images/00-backgroundPatterns/babies.gif);
}

body.bedding {
	background: url(http://www.vestasboutique.com/images/00-backgroundPatterns/bedding.gif);
}

body.clothing {
	background: url(http://www.vestasboutique.com/images/00-backgroundPatterns/clothing.gif);
}

body.household {
	background: url(http://www.vestasboutique.com/images/00-backgroundPatterns/household.gif);
}

body.products {
	background: url(http://www.vestasboutique.com/images/00-backgroundPatterns/pattern_069.gif);
}

#background {
	width: 538px;
	margin: 20px auto;
	padding: 0px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 	HEADER
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#top {
	background: url(http://www.vestasboutique.com/images/00-base/whiteBackground-top.gif) no-repeat;
	height: 79px;
	margin: 0px;
	padding: 0px;
}

.header-img {
	margin: 22px 0px 0px;
	padding: 0px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 	MAIN CONTENT
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#middle {
	background: url(http://www.vestasboutique.com/images/00-base/whiteBackground-middle.gif) repeat-y;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 	LEFT COLUMN - PRODUCT TYPE
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#left {
	/*border: 1px solid;*/
	float: left;
	width: 195px;
	margin: 4px 10px 0px 25px;
	_margin: 4px 10px 0px 12px;
	height: 315px;
}

.accessories {
	background: url(http://www.vestasboutique.com/images/01-types/typeBack-accessories.gif) no-repeat;
}
.babies {
	background: url(http://www.vestasboutique.com/images/01-types/typeBack-babies.gif) no-repeat;
}
.bedding {
	background: url(http://www.vestasboutique.com/images/01-types/typeBack-bedding.gif) no-repeat;
}
.clothing {
	background: url(http://www.vestasboutique.com/images/01-types/typeBack-clothing.gif) no-repeat;
}
.household {
	background: url(http://www.vestasboutique.com/images/01-types/typeBack-household.gif) no-repeat;
}
.products {
	background: url(http://www.vestasboutique.com/images/01-types/typeBack-products.gif) no-repeat;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 	RIGHT COLUMN - PRODUCTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#right {
	margin: 10px 0px 20px 2px;
	float: left;
	width: 275px;
}
#product {
	margin: 0px;
	border: 1px solid #A59e92;
	padding: 10px 0px;
}
#right h2 {
	text-transform: lowercase;
	text-align: left;
	font: lighter normal 1.6em Georgia, "Times New Roman", Times, serif;
	color: #b6d433;
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
#right h2 a {
	color: #b6d433;
	text-decoration: none;
}
#right h2 a:hover, #right h2 a:active {
	text-decoration: underline;
}
#product-descr {
	font: 1.3em "Century Gothic", Arial, Helvetica, sans-serif;
	color: #aeafaf;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#product-descr p {
	margin: 10px 0px;
	padding: 0px;
}
#product-info {
	font: 1.3em "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #5C5546;
	margin: 0px;
	padding: 0px;
}
#product-info p {
	margin: 9px 0px;
	padding: 0px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 	FOOTER
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bottom {
	background: url(http://www.vestasboutique.com/images/00-base/whiteBackground-bottom.gif) no-repeat;
	height: 111px;
}
#footer {
	margin: 0px auto 0px;
	padding: 20px 0px 0px;
}
#footer h3 {
	background: #666052;
	margin: 0px 145px;
	padding: 5px 10px 7px;
	color: #FFFFFF;
	font: normal 1.6em "Century Gothic", Arial, Helvetica, sans-serif;
}
#footer h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer h3 a:hover, #footer h3 a:active {
	color: #EBE8DC;
	text-decoration: underline;
}

#footer p {
	font: 1.1em "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0px;
}

#footer p a {
	color: #E35B38;
	text-decoration: underline;
}

#footer p a:hover, #footer h3 a:active {
	color: #E35B38;
	text-decoration: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 	MISC.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.clear {
	clear: both;
}
img {
	border: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Additional
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
SPAN.Label {
	font: 1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #5C5546;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	
}
SPAN.Label_Title {
	font: 1.6em "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #5C5546;
	margin: 10px 0px 0px 2px;
	padding: 0px;
	font-weight:bold;
}
.UserList {
	font: 1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #5C5546;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	
}

.CheckBox {
	font: 1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #5C5546;
	margin: 0px 0px 5px 5px;
	padding: 0px;
}

.Button {
	background: #b43d2b;
	color: #fff;
	margin: 0px 0px 5px 5px;
	padding: 2px 8px,0px,10px;
	_padding: 5px 5px 3px,10px;
	text-align: center;
	border: 1px solid #b43d2b;
	font: normal 0.8em "Century Gothic", Arial, Helvetica, sans-serif;
	width: 160px;
}
.TextBox {
	font: 1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #5C5546;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	
}


SPAN.Label_Message {
	font: 1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #5C5546;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	font-style:italic;
	
}
SPAN.Label_Error {
	font: 1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ff0000;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	font-style:italic;
	
}