/* @override http://beyondtheboxdesign.com/sweet-additions.com/etc/css/main.css */

body {
	margin: 0 auto;
	background: url(/etc/img/background_pattern.gif) repeat;
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
}


div#main_container {
	background: url(/etc/img/SA_body_background.png) repeat;
	width: 950px;
	padding-right: 25px;
	padding-left: 25px;
	top: 0px;
	margin: 0 auto;
}

div#header {
	top: 0;
	position: relative;
	width: 950px;
	height: 151px;
	z-index: 890;
	background: url(/etc/img/search_bar_background.png) repeat 1px;
}

div#header div#logoLeft {
	background: url(/etc/img/SA_logo.png) no-repeat 0 0;
	width: 950px;
	height: 150px;
	position: absolute;
	top: 0px;
	z-index: 999;
	text-align: left;
	left: -25px;
}

div#header div#snow {
	background: url(/etc/img/snow.gif) no-repeat 0px 0;
	width: 950px;
	height: 150px;
	position: absolute;
	top: 0px;
	z-index: 995;
	text-align: middle;
}

div#header div#logoMiddle {
	width: 950px;
	height: 80px;
	position: absolute;
	top: 20px;
	z-index: 995;
	text-align: center;
	vertical-align: top;
}

div#header div#freeshipping {
	background: url(/etc/img/freeshipping_08.png) no-repeat 310px 0;
	width: 950px;
	height: 30px;
	position: absolute;
	top: 93px;
	z-index: 999;
	text-align: middle;
}

div#header div#logoRight {
	background: url(/etc/img/SA_crown.png) no-repeat 792px 0;
	width: 950px;
	height: 150px;
	position: absolute;
	top: 0px;
	z-index: 995;
	text-align: right;
}

div#content {
	width: 710px;
	position: relative;
	margin: 27px 25px 25px;
	float: right;
	color: #d8d8d8;
}

div#search_bar {
	background: url(/etc/img/SA_crown_bottom.png) no-repeat 916px 1px;
	width: 950px;
	height: 31px;
	position: absolute;
	top: 119px;
	z-index: 9999;
	text-align: right;
}

#search {
	right: 50px;
	top: 5px;
	position: relative;
}

div#footer {
	text-align: center;
	width: 1000px;
	height: 56px;
	margin: auto;
	background: url(/etc/img/footer_background.png) repeat-x;
	line-height: 31px;
	font-size: .8em;
	color: #5b5b5b;
	left: -25px;
	clear: both;
	position: relative;
	bottom: -56px;
}

div#footer a{
	text-decoration: none;
	color: #ac7c82;
}

/* @group Animations */

div#animations {
	margin-top: 27px;
	overflow: hidden;
	width: 760px;
	height: 500px;
	position: relative;
	margin-left: 0px;
}

div.slide {
	width: auto;
	height: auto;
	float: left;
	position: absolute;
	left: 760px;
}

/* @end */

/* @group Side Bar Menu */

#side_bar {
	margin-top: 2px;
	float: left;
	margin-left: 2px;
}

input#view_cart_sidemenu {
	margin-left: -16px;
	margin-top: -2px;
}

#side_bar .cart {
	background: #573a23 url(/etc/img/viewcart_sidebar_background.png) repeat-x;
	height: 30px;
	color: #d8d8d8;
	line-height: 25px;
	font-size: .9em;
	margin: 0 0 0 0;
	padding: 0 10px 0 15px;
	width: 163px;
}

#side_bar .title {
	background: #573a23 url(/etc/img/side_bar_title_background.png) repeat-x;
	height: 30px;
	padding: 0 10px 0 15px;
	color: #d8d8d8;
	margin: 0 0 0 0;
	line-height: 31px;
	font-size: .9em;
	width: 163px;
}

#side_bar .title a {
	color: #d8d8d8;
	text-decoration: none;
}

#side_bar .content {
	#background-color: #130f0b;
	background-color: #ddb9ca;
	overflow: hidden;
	width: 168px;
	padding: 0 10px 0 10px;

}

#side_bar .content p {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #cca9b9;
	color: #130f0b;
	padding-left: 10px;
}

#side_bar .content a {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #cca9b9;
	color: #130f0b;
	text-decoration: none;
}
/* @end */

/* @group products */

div .product {
	width: 125px;
	height: 350px;
	background-color: #3c2d22;
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 25px;
	cursor:  pointer;
	overflow: hidden;
	padding: 10px 14px 14px 10px;
}

div .product .name {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	color: #cca9b9;
}

div .product .description {
	text-align: left;
	color: #d8d8d8;
	padding-top: 5px;
	border-top: 1px solid #d8d8d8;
	font-size: .85em;
}
/* @end */

/* @group product_detail */


.product_detail h2 {
	color: #cca9b9;
	font-size: 1.2em;
	margin-top: 0;
	padding-top: 10px;
}

div.add_to_cart img { display: inline; position: relative; bottom: 0; }

.product_detail h1 {
	color: #cca9b9;
	font-size: 1.2em;
	margin-top: 0;
	padding-top: 10px;
}

.description {
	text-align: left;
	color: #d8d8d8;
	font-size: .9em;
	padding-right: 10px;
	padding-left: 10px;
}

.photo img {
	float: left;
	padding-right: 5px;
	padding-top: 10px;
}

input#add_to_cart {
	margin-top: 14px;
	margin-left: 11px;
}

input#view_cart {
	margin-top: -5px;
	margin-left: 11px;
}

.options {
	background-color: #3c2d22;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.options h3 {
	margin-top: 0;
	color: #d8d8d8;
	font-size: 1.1em;
}

.options h2 {
	padding-left: 0;
	padding-top: 1px;
}

.options label {
	font-size: .9em;
	color: #d8d8d8;
}
.options p#retail_price {
	font-size: .9em;
	margin-top: 0;
	margin-bottom: 0;
	color: #d8d8d8;
}

.options p#sale_price {
	font-size: .9em;
	margin-top: 2px;
	margin-bottom: 18px;
	color: #d8d8d8;
}

/* @end */