body {
	background: #b10503 url('/img/templates/bubbles/red/bgd.jpg') repeat-x;
	color: #444;
	font-size: 85%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	max-width:972px;
	min-width: 30em;
	text-align:center;
	margin:0 auto;
}

ul, p, ol, dl {
	margin-top:1em;
	line-height:1.5;
}

li {
	margin-left:2em;
}

th {
	background-color: #ffaaaa;
	text-align:left;
}

tr, th, td {
	border-bottom: 1px solid #CC2222;
}

a:link, a:visited {
	color:#aa0000;	
}

a:hover {
	color:#dd6666;	
}

fieldset {
	margin: 0.5em 0;
	border:0;
}

/* wrappers */

#wrapper {
	background:#fff none repeat scroll 0 0;
	border:0 solid #ccc;
	margin:0 auto;
	text-align:left;
	width:972px;
}
	
#center {
	float:left;
	margin:0 0 0 9px;
	padding:0 10px;
	width:600px;
}

#wrapper1 {
	padding-left:7px;
	width: 100%;
	background: transparent url(/img/borders.png) repeat-y;
}

#wrapper2 {
	padding-right:7px;
	width: 100%;
	background: transparent url(/img/borders.png) right 0 repeat-y;
	text-align:left;
}

/* header */

#header {
	background: transparent url(/img/templates/bubbles/red/top_banner_bgd.jpg) no-repeat;	
	height:170px;
}

#header a#logo {
 	float:left;
	margin: 33px 0 0 27px;
	background:transparent url('/img/logo.jpg') no-repeat 0 50%;
	height:100px;
	width:550px;
	text-indent:-3000px;
}

#header form {
	margin:0;
	width:174px;
	float:right;
	text-align:left;
}

#header form button {
	background:transparent url(/img/templates/bubbles/red/search_btn.jpg) no-repeat;
	height:26px;
	width:27px;
	border:0px solid #000;
	padding:0;
	margin:0;
}

#header_right {
	margin:9px 13px 0 0;
	float:right;
}

.header_text {
	color: #500;
}

#search {
	height:46px;
	width:181px;
	color:#000;
}

.search_box {
	width:130px;
	font-size:12px;
	border:1px 2px 2px 1px solid #ccc;
	padding:2px 0;
	vertical-align:bottom;
}

#logged_in {
	width:152px;
	height:54px;
	margin:60px 25px 0 0;
	text-align:left;
	float:right;
}




/* horizontal navigation */

#subnav {
	background:#03afb1;
	height: 80px;
	padding-top:7px;
}

/* horizontal navigation */

#subnav ul {
	background: transparent; 
	border: 0px solid #000;
	text-align: center;
	line-height: 2.3em;
	font-weight: bold;
	margin-top: 0;
	clear: both;
}

#subnav ul li {
	margin: 0;
	display: inline;
}

#subnav ul li a {
	color: #efefef;
	text-decoration: none;
	padding: 0.7em 1.4em;
}

#subnav ul li a:hover {
	color:#fff;
}

#categoriesmenu a.current {
	background: #ffdddd;
	border: 1px solid #FF6666;
}

/* left */ 

#left {
	background: transparent;
	float:left;
	width: 140px;
	margin: 0 0 0 22px;
	padding:0;
	text-align:center;
}

#left h2, #right h2 {
	background-color:#ccc;
	color:#000;
	font-size:1.1em;
	margin:0;
	line-height:1.5em;
	padding-left:5px;
}

#left ul {
	background: transparent;
	border:0px solid #ccc;
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.6em;
}

#left li {
	margin: 0;
	padding: 3px 0;
}

#left li a, #left li a:visited  {
	color:#333;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:0;
	line-height: 16px;
}

#left li a:hover{
	background-color:#fff;
}


/* Shopping cart table */

table.cart {
	background-color:#ffdddd;
	width:auto;
	margin:auto;
	border-color:#CC2222;
	border-style:solid;
	border-width:1px 0 1px 1px;
}

table.cart tbody td, th {
	padding:1em;
	border-right:1px solid #CC2222;
}

table.cart img {
	margin-right:1em;
	padding:5px;
	border:1px solid #ccc;
}

tfoot td {
	border:0;
	text-align:right;
}

tfoot td.total {
	background:#ff7777;
	border:1px solid #CC2222;
}

table.cart td img {
	vertical-align:top;
}

table.cart input {
	width:2em;
	margin-right:0.5em;
}

span.error {
	display:block;
	margin-top:0.5em;
	padding:0.5em;
	margin-left:-4px;
}

#OrderProcessForm {
	margin:0 5px 0 4px;
}

#OrderProcessForm #total {
	margin:0 0 0 10px;
}

#OrderProcessFormFields {
	margin:0 0 0 15px;
}

/* shoppingcart */

#right {
	float:right;
	margin: 0 20px 0 13px;
	padding-bottom: 2em;
	width: 148px;
}	

#right h1 {
	margin:0;		
}

#right #cart h2, #right #cart a.checkout {
	background: #f18384 url('/img/templates/bubbles/red/menu_bgd.jpg') repeat-x; 
	color:#eee;
	text-decoration:none;
}

#right #cart h2 a {
	background:transparent url(/img/icon_cart_ddd.png) no-repeat scroll left center;
	color: #eee;
	display:block;
	padding:6px 0 7px 30px;
	text-decoration:none;
}

#cart {
	background: #F4F4F4 none repeat scroll 0 0;
	border: 1px solid #f66;
	margin-right: 1px;
}

#cart ul {
	margin: 6px 0 0 0;
}

#cart ul li {
	margin:2px 0 2px 7px;
}

#cart a {
	color:#333;
	padding-right: 5px;
}

#cart a.checkout {
	color:#ddd;	
}


/* checkout */

#form-wrapper {
	background-color:#ffdddd;
	border:1px solid #CC2222;
	margin-left:3px;
}


/* action buttons */

button, a.checkout  {
	background: #e7473b url('/img/templates/bubbles/red/button_bg.jpg') 0 0 repeat-x;
	color: #eee;
}

a.checkout:hover {
	color:#ffbbff;	
}

#footer {
	background-color: #b10503;
	height:100px;
	text-align:center;
}

#footer p {
	font-size:1.3em;
	color:#ddd;
	margin:0;
	padding-top:2.6em;
}
 
#footer a {
	font-size:12px;
	color:#eee;
	text-decoration:none;
	padding-top:15px;
}

/* featured products */

#LineItemAddForm fieldset {
	margin:6px 0 0 0;
	padding:0;
}

.feature_top {
	background: transparent url(/img/templates/bubbles/red/featured_item_bgd.jpg) no-repeat scroll 0 0;
	border: 0 none;
	height: auto;
	margin: 5px 0 0 2px;
	padding: 0;
	text-align: center;
	width: 141px;
	line-height: 1.0em;
}

.feature {
	background: transparent url(/img/templates/bubbles/red/featured_item_bgd.jpg) no-repeat scroll 0 0;
	border: 0 none;
	height: auto;
	margin: 0 0 0 2px;
	padding: 0;
	text-align: center;
	width: 141px;
	line-height: 1.0em;
}

.feature_link {
	padding-top: 6px;
}

.feature a, .feature_top a {
	padding-top: 10px;
	margin: 0 4px;
	font-size: 12px;
	color: #a00;
	text-decoration: none;
}

.feature_btn {
	background: transparent url('/img/templates/bubbles/red/featured_add_btn.jpg') no-repeat;
	border: 0;
	width: 146px;
	height: 32px;
	padding: 0;
}

.feature_btn_text {
	visibility:hidden;	
}

