/* Index/Global Properties */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
img, div, a, span, li {
	behavior: url(/themes/iepngfix.htc);
}
body {
	margin: 0px;
	padding: 0px;
	background: #FFF url(images/background.png);
	font-size: 11px;
	color: #101010;
	font-family: Arial, Helvetica, sans-serif;
}	

/*----------wrapper----------*/
#wrapper{
	width:783px;
	margin-left: auto;
	margin-right: auto;
}
/*----------end wrapper----------*/

/*----------header----------*/
#logo h1 {
	display: block;
	background: #000 url(images/.png) no-repeat;
	float: left;
	width: 224px;
	margin: 0;
	padding: 0;
	outline: none;
}

#logo {
	background: #000 url(images/logo.jpg) no-repeat scroll 0%;
	display: block;
	float: left;
	height: 114px;
	border-bottom:1px solid #000;
	width: 224px;
	padding: 0;
	outline: none;
	margin-left: 0px;
	margin-top: 0px;
	text-indent: -5000px;
}
#header {
	height:100%;
	width: 558px;
	float:right;
	margin-top:10px;
	background: url(images/.jpg) top left no-repeat;
}
/*----------end header----------*/

/*----------main navigation----------*/
#nav {
	width: 558px;
	float:right;
	background:url(images/nav_bg.jpg) no-repeat;
	font-size: 93%;
	line-height: normal;
	height: 37px;
	border-top:1px solid #000;
}
    
#nav ul {
    margin: 0;
	padding: 0 0 0 28px;
    list-style: none;
}
    
#nav li {
    display: inline;
    margin: 0;
    padding: 0;
}
    
#nav a {
	float: right;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

#nav a span {
	font-size: 11px;
	float: right;
	display: block;
	padding: 10px;
	color: #000;
	font-weight:bold;
}
    
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float: none;}
    /* End IE5-Mac hack */
    
	/*-----navigation states-----*/
#nav a:hover span {
    color: #6c5e39;
}

#nav a:hover {
    color: #6c5e39;
}

#nav #current a {
    background-position: 0% -42px;
}

#nav #current a span {
    background-position: 100% -42px;
}

#nav .right{
	float: right;
	background-position: center left;
	line-height: 25px;
}

#nav .right a{
	border: 0;
}

#nav .right span{
	color: #fff;
	font-size: 11px;
	}
#cart{
	background: url(images/cart.png) no-repeat;
}
/*----------end main navigation----------*/
#header_nav{
	width: 130px;
	padding-top: 0px;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}
#header_nav a:link, #header_nav a:visited {
	color:#333;
}
#header_nav ul {
	
}
#header_nav li {
	list-style:none;
	display:inline;
}
/*----------main section---------*/
#main_section {
    background: #FFF;
	width: 100%;
	height: 100%;
}
/*----------end main section---------*/
/*----------welcome section----------*/
#welcome {
	margin: 0px;
	padding: 0px;
}
#welcome h3 {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-transform: capitalize;
	background:url(images/h2bg.jpg);
	background-repeat:no-repeat;
	margin-bottom: 20px;
	padding:10px;
}
#welcome p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	padding-left: 17px;
	margin-top:5px;
	margin-bottom:10px;
}
#welcome a:link, #welcome a:visited {
	color:#006600;
}
#welcome a:hover {
	color:#c4dc0a;
	text-decoration:none;
}
/*----------end welcome section----------*/
/*----------side content section---------*/
.side {
	float:left;
	width: 224px;
	background: #000;
	height:100%;
}
.side .content{
	background: transparent;
	margin-left: auto;
	margin-right: auto;
}

#side_container{
	margin-top: 0px;
	width: 224px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}

.side .content a:link, .side .content a:visited {
	text-decoration:none;
	background-image:url(images/little_arrow.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	color:#FFF;
	margin-left:25px;
}
.side .content a:hover {
	color:#ffc360;
	font-weight:bold;
}
.side .content ul {
	margin-left:5px;
	margin-right:5px;
}
.side .content li {
	display:block;
	border-bottom:1px dotted #fff;
	margin-top:5px;
	padding-bottom:5px;
}

/*----------end side content section---------*/

/*----------main content section---------*/
#main_content {	
	width: 558px;
	float:right;
	height: 100%;
	background:#fff;
	border-bottom:35px solid #ccc;
	border-right:1px solid #ccc;
}

#main_content h2 {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-transform: capitalize;
	background:url(images/h2bg.jpg);
	background-repeat:no-repeat;
	margin-bottom: 20px;
	padding:10px;

}
#main_content .content{
	padding:10px;
}
/*----------end main content section---------*/

/*----------search box---------*/

#search {
	float: right;
	width:300px;
	background: url(images/.png) top left no-repeat;
	margin-top:10px;
	margin-bottom:10px;
}

.search-content{
	padding: 0px;
	width: 280px;
}

#search_button{
	background:#000 url(images/.png);
	color: #fff;
	border: 1px solid #ccc;
	float: right;
	width: 60px;
	height: 25px;
}

#search_input{
	float: left;
	padding:3px;
	margin-top: 0px;
	color: #932722;
	border: 1px solid #000;
	background:#FFF;
}
/*----------end search box---------*/


/*----------newsletter----------*/
#newsletter{
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #5a5a5a;
}
/*----------end newsletter----------*/

.tabbertab div{
	line-height: 18px;
	font-size: 12px;
}

/*----------footer section----------*/
#footer {
	text-align: center;
	background:#ffffff;
	
	padding-top:20px;
	margin-bottom:20px;
	clear:both;
	float:left;
	width:100%;
}

#footer a {
	color: #666;
	text-decoration: none;
}
#footer ul {
    margin: 0;
	padding: 0;
    list-style: none;
}
    
#footer li {
    display: inline;
    margin: 0;
    padding: 0;
	color: #fff;
}

#footer li a span{
	color: #fff;
}

/*----------end footer section----------*/

.subcat a{
	color: #000;
	border: 0;
	text-decoration: none;
	padding: 5px;
}
.subcat a:hover{
	
}

.currency {
	float: left; 
	padding-left: 10px;
}

.content {
	background: #fff;
	padding: 0px;
}
.side_link {
}
.side .content a:hover{
}
.cart_contents_quan {
	padding-right: 5px;
}

.cart_contents_item {
	margin-bottom: 5px;
	text-decoration: none;
}

.cart_contents_item a {  
	text-decoration: none;
}

.cart_contents_item a:hover {
	text-decoration: underline;
}

.black_bold_text_spaced {
	color: #000;
	font-weight: bold;
	margin-top: 5px;
	line-height: 17px;
	text-decoration: none;
}

.grey_bold_text_spaced {
	color:#999;
	font-weight: bold;
	margin-top: 5px;
	line-height: 17px;
	text-decoration: none;
}
.red_link {
	font-weight: bold;
	text-decoration: none;
	color: #b70407;
	display: block;
	margin-top: 10px;
}

.error_message {
	background: #fff;
	border: solid #ff0000 1px;
	padding: 10px;
	margin-bottom: 10px;
}

.alert_message {
	background: #fff;
	border: solid #33cc00 1px;
	padding: 10px;
	margin-bottom: 10px;
}

.error_alert {
	margin-left: 35px;
}

.table_bottom {
	text-align: center;
	padding-top: 5px;
}

.row {
	clear: both;
}

.gray {
	background-color: #f0f3f8;
}

.center {
	text-align: center;
}

.right_align {
	text-align: right;
}

/* Product Detail */

.product_title {
	font-weight: bold;
	color: #801046;
	font-size: 14px;
}

.product_sku {
	font-size: 10px;
	margin-bottom: 10px;
}

.product_price {
	color: #990000;
	font-size: 10px;
	font-weight: normal;
}

.product_option {
	font-weight: bold;
	padding-right: 10px;
}

.review_link {
	color: #7da700;
	text-decoration: none;
	text-align: right;
	float: right;
}

.larger_view {
	background: url(images/enlarge.gif) no-repeat center left;
	padding-left: 13px;
	text-decoration: none;
	font-size: 10px;
}

.add_wishlist {
	background: url(images/little_arrow.gif) no-repeat center left;
	padding-left: 15px;
	text-decoration: none;
	font-size: 11px;
	padding-right: 15px;
}

.review_item {
	padding-bottom: 10px;
}

.review_spacer {
	padding-bottom: 7px;
}

/* Button Definitions */
.orange_button {
	outline:0px;
	background: url(images/orange_button_left.gif) no-repeat top left;
	padding-left: 2px;
	float:right;
	margin-right: 4px;
	_margin-right: 1px;
	_margin-top: 5px;
}

.orange_button input, .orange_button button {
	outline:0px;
	background: url(images/orange_button_bg.gif) top right no-repeat;
	color: #fff;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 2px;
	margin: 0px;
	border-width: 0px;
	font-size: 11px;
}
#buttons {
	text-align:center;
	width:100%;
}
.add_button {
	height:18px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}
.add_button input, .add_button button {
	outline:0px;
	background: url(images/green_btn.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	padding:0 0 5px 2px;
	margin: 0px;
	border-width: 0px;
	font-size: 11px;
	text-align:center;
	height:18px;
}

.more_button {
	outline:0px;
	height:18px;
	margin-left:auto;
	margin-right:auto;
}
.more_button input, .more_button button {
	outline:0px;
	background: url(images/green_btn.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 2px;
	margin: 0px;
	border-width: 0px;
	font-size: 11px;
}
.del_button {
	display: block;
	width: 40px;
	float: right;
	background: url(images/delete.gif) no-repeat center left;
	padding-left: 11px;
	color: #3068c5;
	text-decoration: none;
	font-weight: 400;
}

/* Product Detail nav */

.tabberlive .tabbertabhide {
 	display:none;
}

.tabber { display: none; }
.tabberlive { margin-top: 1em; }

ul.tabbernav {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #323232;
	font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #323232;
	border-bottom: none;
	background: #323232;
	text-decoration: none;
}

ul.tabbernav li a:link { color: #fff;; }
ul.tabbernav li a:visited { color: #fff; }

ul.tabberactive li a:link { color: #448; }
ul.tabberactive li a:visited { color: #667; }

ul.tabbernav li a:hover {
	color: #000;
	background: #dedede;
	border-color: #227;
}

ul.tabbernav li.tabberactive a {
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover {
	color: #000;
	background: white;
	border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
	padding: 15px;
	border: 1px solid #323232;
	border-top: 0;
}

.tabberlive .tabbertab h2 {
	display: none;
}
.tabberlive .tabbertab h3 {
	display: none;
}

/* Form Definitions */

.input_box {
	padding-right: 2px;
	padding-left: 2px;
	margin:3px;
}

.form_row {
	clear: both;
	_margin-bottom: 5px;
}

.form_row div, .form_row input, .form_row select, .form_row textarea {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	_margin-bottom: 0px;
}

.form_row div {
	text-align: right;
	padding-right: 5px; 
	margin-right: 5px;
	margin-bottom: 5px;
	_margin-bottom: 0px;
}

.form_row div {
	font-weight: bold;
	color: #000000;
	width: 125px;
}

.short_form_row {
	clear: both;
	_margin-bottom: 5px;
}

.short_form_row div, .short_form_row input, .short_form_row select, .short_form_row textarea {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	_margin-bottom: 0px;
}

.short_form_row div {
	width: 60px;
	padding-top: 3px;
}

.short_form_row input {
	width: 75px;
}

.required {
	color: #b70407;
	padding-left: 2px;
}

/* Account Area */

.account_list_head {
	font-weight: bold;
	color: #b70407;
}

.account_head {
	font-weight: bold;
	color: #b70407;
	padding-bottom: 5px;
}

/* Shopping Cart */

.cart {
	background: #fff;
}

.cart th {
	text-align: center;
	font-weight: bold;
	color: #101010;
}

.cart td {
	border-top: dotted #c1c1c1 1px;
	border-bottom: dotted #c1c1c1 1px;
	color: #000000;
}

/* Order Pages */

.order_info_off {
	background: url(images/order_info_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_info_on {
	background: url(images/order_info_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_ship_off {
	background: url(images/order_ship_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_ship_on {
	background: url(images/order_ship_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_payment_off {
	background: url(images/order_payment_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_payment_on {
	background: url(images/order_payment_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_review_off {
	background: url(images/order_review_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_review_on {
	background: url(images/order_review_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_print_off {
	background: url(images/order_print_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_print_on {
	background: url(images/order_print_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.sep {
	padding-left: 10px;
	padding-right: 10px;
}

/* Order Customer Info */

.form_label {
	text-align: right;
	vertical-align: top;
}

/* Order Review */

.order_view {
	background: #fff;
	text-align: left;
}

.order_view th {
	font-weight: bold;
	background: #ff942d;
	color: #fff;
	width: 10%;
}

.review_top_border {
	border-top: solid #ff942d 1px;
}

/* Product List */

.product_title_link, product_title_link:visited, product_title_link:active {
	color: #323232;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	
}

.product_title_link:hover {
	color: #FCB040;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.paging {
	float: right;
	text-align: right;
	margin-bottom:2px;
	margin-right: 10px;
}

.list_top {
	border-top: solid #f1eae5 1px;
	border-bottom: solid #f1eae5 1px;
	padding: 3px;
}

.list_bottom {
	border-top: solid #f1eae5 1px;
	border-bottom: solid #f1eae5 1px;
	padding: 3px;
}

/* Product List List */

.reg_txt {
	font-weight: normal;
}

.small_txt {
	font-size: 10px;
}

.price {
	font-weight: normal;
	font-size: 14pt;
	color: #fe6059;
	margin-right: 10px;
	_margin-top: 3px;
}

.list_item {
	background: #fff;
	padding: 5px;
	border-bottom:1px solid #eee;
}
.list_item img {
	margin-right:5px;
	margin-top:10px;
}
.list_item_bottom_border {
	border-bottom: solid #f1eae5 1px;
	background: #fff;
}

/* Product List Tile */

.tile_item {
	
}

.tile_image {
	margin-bottom: 5px;
}

.tile_price {
	font-weight: bold;
	font-size: 11pt;
	color: #fe6059;
	margin-top:5px;
	margin-bottom:5px;
}

.tile_table {
	width: 100%;
}

.list_table {
	background: #fff;
	width: 100%;
}

/* Order Pages */

#order_signup {
	float: left;
	padding-left: 25px;
}

#order_login {
	float: right;
	padding-right: 25px;
}

/* Paging Definitions */

.page a:visited {
	color: #000000; text-decoration: none
}

.page a:hover {
	color: #FCB040; text-decoration: none
}

.page a:link {
	color: #000000; text-decoration: none
}

.pages_border {
	background-color: #fff;
	color: #000000;
	border: 1px solid #323232;
}

.navpage {
	background-color: #fff;
	color: #fff;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
	text-decoration: none;
}

.navpageselected {
	background-color: #dedede;
	color: #000000;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
	text-decoration: none;
}

.highlightpage {
	background-color: #323232;
	color: #fff;
	font: bold 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
}

.highlightpage a:link {
	color: #fff;
	text-decoration: none;
}

.highlightpage a:visited {
	color: #fff;
	text-decoration: none;
}

.highlightpage a:hover, .highlightpage a:active {
	color: #fff;
	text-decoration: underline;
}

/* Cookie Crumb */

.home_link {
	padding-left: 20px;
	background: url(images/home_icon.gif) no-repeat center left;
	text-decoration: underline;
	font-weight: bold;
	color: #323232;
}

.crumb_sep {
	padding-left: 5px;
	font-weight: bold;
}

.crumb_link {
	padding-left: 5px;
	font-weight: bold;
	text-decoration: underline;
	color: #323232;
}

/* Float Definitions */

.left_float_3_px {
	float: left;
	margin-right: 3px;
}

.left_float_5_px {
	float: left;

}
.right_float_5_px {
	float: right;
	margin-left: 5px;
	_margin-left: 30px;
}

.IE_left_float_5_px {
	_float: left;
	margin-left: 5px;
}
.IE_left_float {
	_float: left;
}
.float_assist {
	clear: both;
}
.search_results {
	margin-left: 10px;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: black;
}
.list_tile_item{
min-height:164px;
background:#fff;
padding:5px;
text-align:center;
}
.list_tile_item_image{
min-height:100px;
}
.nopad{
padding:0px;
border:0px;
margin:0px;
}

.product_strikethru {
text-decoration:line-through;
color:#990000;
}
#info a:link, #info a:visited {
	text-decoration:none;
	padding-left:60px;
	color:#FFFFFF;
	height:33px;

}
#info {
	width:224px;
	float:left;
}
#info a:hover {
	color:#ffdf6d;
}
#info ul {
	margin:0px;
	list-style:none;
}
#info li {
	display:block;
	padding:9px;
	background:url(images/info_nav_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#info span {
}

#side_container h2 {
	margin: 0;
	padding: 9px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	background:url(images/sideh2bg.jpg);
	background-repeat:no-repeat;
	height:15px;
	clear:both;
}
.adspace {
	height:201px;
	background:url(images/flower_welcome.jpg);
	overflow:hidden;
	text-align:center;
	border-right:1px solid #000;
	width:558px;
}
.clear {
	clear:both;
}
.buttons_containerL {
	width:49%;
	float:left;
}
.button_containersR {
	width:49%;
	float:right;
}
#verify {
	padding:4px;
	margin-top:2px;
	float:left;
}