/* ------------------------- */
/* Index / Global Properties */
/* ------------------------- */

/*gallery album*/
.AlbumName {
	color:#006699;
	font-family:Tahoma,Geneva,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
}

.AlbumDescription {
color:#006699;
font-family:Tahoma,Geneva,Arial,Helvetica,sans-serif;
font-size:11px;
}

/* Toogler */
#accordion {
	margin:20px 0px;
}

h4.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #D2E0E6;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p {
	margin:0px;
	padding:4px;
}
/*----*/
div#container {
	border:1px solid #99b3b4;
	padding:15px;
	margin:auto;
	width:400px;
}
		
/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(includes/LightForm/images/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(includes/LightForm/images/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(includes/LightForm/images/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(includes/LightForm/images/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(includes/LightForm/images/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(includes/LightForm/images/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(includes/LightForm/images/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(includes/LightForm/images/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*---Activity---*/
.activity {
	color:#000000;
	float:left;
	font-size:8pt;
	font-weight:bold;
	margin-right:10px;
}
/*Text inputs*/
.inputBlue {
	border: 1px solid #99b3b4;
	width: 200px;
	background: #e4ebeb;
	font: 11px verdana, sans-serif;
	color:#443;
	padding:3px;
	margin-bottom:4px;
	outline:none;
}

.inputBlue:focus {
	border:1px solid #567475;
	background: #e4ebeb;
}
.inputBluePhoneA{
	border: 1px solid #99b3b4;
	width: 25px;
	background: #e4ebeb;
	font: 11px verdana, sans-serif;
	color:#443;
	padding:3px;
	margin-bottom:4px;
	outline:none;
}
.inputBluePhone1{
	border: 1px solid #99b3b4;
	width: 30px;
	background: #e4ebeb;
	font: 11px verdana, sans-serif;
	color:#443;
	padding:3px;
	margin-bottom:4px;
	outline:none;
}
.inputBluePhone2{
	border: 1px solid #99b3b4;
	width: 35px;
	background: #e4ebeb;
	font: 11px verdana, sans-serif;
	color:#443;
	padding:3px;
	margin-bottom:4px;
	outline:none;
}
.inputBluePhoneA:focus {
	border:1px solid #567475;
	background: #e4ebeb;
}
.inputBluePhone1:focus {
	border:1px solid #567475;
	background: #e4ebeb;
}
.inputBluePhone2:focus {
	border:1px solid #567475;
	background: #e4ebeb;
}
.textinput, .textinputHovered {
	height:15px;
	background:url(includes/LightForm/images/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}
/*ERRORS*/
.error{
	color:red;
}
/*REGISTER ERROR*/
#log {
	position:relative;
	left:315px;
	padding:5px 0;
	top: -300px;
	width:300px;
	
}
#log_res {
	height:auto;
	padding:5px;
	margin:5px auto 50px auto;
	width:250px;
}
#log_res p {
	margin:0;
	padding:4px 0 4px 0;
}

#log_res.ajax-loading
	{background: url(images/spinner.gif) no-repeat center;
}
/*USERNAME ERROR*/
#logUser {
	position:relative;
	float:left;
	left:285px;
	padding:5px 0;
	top: -145px;
	width:280px;	
}
#log_res_User {
	position:absolute;
	height:auto;
	padding:5px;
	margin:5px auto 20px auto;
	width:250px;
	overflow:auto;
}
#log_res_User p {
	margin:0;
	padding:4px 0 4px 0;
}
#log_res_User.ajax-loading
	{background: url(images/spinner.gif) no-repeat center;
}
/*ORDER ERROR*/
#logOrder {
	position:relative;
	float:left;
	left:245px;
	padding:5px 0;
	top: -285px;
	width:10px;	
}
#log_res_Order {
	position:absolute;
	height:auto;
	padding:5px;
	margin:5px auto 20px auto;
	width:350px;
	overflow:auto;
}
#log_res_Order p {
	margin:0;
	padding:4px 0 4px 0;
}
#log_res_Order.ajax-loading {
	background: url(images/spinner.gif) no-repeat center;
}
/*SEARCH ERROR*/
#logSearch {
	position:relative;
	float:left;
	left:320px;
	padding:5px 0;
	top: -185px;
	width:280px;	
}
#log_res_Search {
	position:absolute;
	height:auto;
	padding:5px;
	margin:5px auto 20px auto;
	width:250px;
	overflow:auto;
}
#log_res_Search p {
	margin:0;
	padding:4px 0 4px 0;
}
#log_res_Search.ajax-loading
	{background: url(images/spinner.gif) no-repeat center;
}
#error_message {
	background: #D0C8C8;
	color: #8A7575;
	padding: 10px;
	border: 5px solid #F3F1F1;
	font-weight: bold;
}
/*Submit Button*/
.submit-btn {
	width: 54px;
	height: 20px;
	background: #743 url(http://www.roscripts.com/images/submit.gif) no-repeat;
	outline: none;
}

.submitbtn {
	
	background: #743 url(images/crear%20cuenta.png) no-repeat;
	outline: none;
}

.submitbtn:hover {
	background: #069 url(images/CrearCuentaMouseOver.png) no-repeat 0 -20px;
}

.submit-btn:hover {
	background: #069 url(http://www.roscripts.com/images/submit.gif) no-repeat 0 -20px;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(includes/LightForm/images/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(includes/LightForm/images/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
	
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(includes/LightForm/images/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(includes/LightForm/images/radio.gif) no-repeat left bottom;}



/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(includes/LightForm/images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(includes/LightForm/images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(includes/LightForm/images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(includes/LightForm/images/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}


/* Congratulation message */
.MsgSent {
	Display: block;
	border: 1px solid #EEE;
	background-color: white;
	margin:-10px auto;
	padding:0;
	text-align:justify;
	width:530px;
}

.MsgSent h3 {
	background: url(includes/LightForm/images/MsgSent.gif) no-repeat 0 0;
	color:#66CCFF;
	height:85px;
	line-height:85px;
	margin-left:140px;
	margin-right:110px;
	text-align:center;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 5px;
	margin: 20px auto;
	width: 500px;
	text-align:justify;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgError h3 {
	background: url(includes/LightForm/images/MsgError.gif) no-repeat 0 0;
	color:#CC0000;
	height:85px;
	line-height:85px;
	margin-left:160px;
	margin-right:150px;
	text-align:center;
	
}

.MsgSent p, .MsgError p {
	font-size: 1.2em;
	color:#000000;
}

/***** FormCheck *****/
.tipsbox .tipsbox_top_left{
	background : url('includes/LightForm/images/top_left.png') no-repeat;
	_background : url('includes/LightForm/images/top_left.gif') no-repeat;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_top{
	background : url('includes/LightForm/images/top.png') repeat-x;
	height : 17px;
	_background : url('includes/LightForm/images/top.gif') repeat-x;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_top_right{
	background : url('includes/LightForm/images/top_right.png') no-repeat;
	_background : url('includes/LightForm/images/top_right.gif') no-repeat;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_left{
	background : url('includes/LightForm/images/left.png') repeat-y;
	width : 17px;
	_background : url('includes/LightForm/images/side.gif') repeat-y;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_right{
	background : url('includes/LightForm/images/right.png') repeat-y;
	width : 22px;
	_background : url('includes/LightForm/images/side.gif') repeat-y;
	_width : 9px;
}

.tipsbox .tipsbox_bottom_left{
	background : url('includes/LightForm/images/bottom_left.png');
	_background : url('includes/LightForm/images/bottom_left.gif') no-repeat;
	_background-position : 9px 0px;
}

.tipsbox .tipsbox_mark{
	background : url('includes/LightForm/images/mark.png') no-repeat;
	height : 36px;
	_background : url('includes/LightForm/images/mark.gif') no-repeat;
}

.tipsbox .tipsbox_bottom_right{
	background : url('includes/LightForm/images/bottom_right.png');
	_background : url('includes/LightForm/images/bottom_right.gif') no-repeat;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background : url('includes/LightForm/images/inner.png');
}

.tipsbox .tipsbox_inner_ie6 {
	padding : 4px;
}

.tipsbox .tipsbox_error {
	background : url('includes/LightForm/images/error.png') no-repeat;
	_background : url('includes/LightForm/images/error.gif') no-repeat;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.tipsbox p, .tipsbox {
	font-size: 1em;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.tipsbox p {
	padding-left: 55px;
	line-height: 15px;
}

.tipsbox p span {
	font-size: 1em;
	font-weight: bold;
	color: red;
	line-height: 35px;
}


.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #A00;
}

.error_f p span {
	font-size : 1.1em;
	color : #000;
	margin : 5px 0px 0px 0px;
}


div, img, form, fieldset, #footer ul, #footer li, #header ul, #header li, .column ul, .column li, .news_column ul, .news_column li, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	border: 0; 
}
	
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
	
.tc { text-align: center; padding-top: 10px; padding-bottom: 10px; }
.tr { text-align: right; }

input, select, textarea {
	/* Input And Select Font */
	font: normal 11px/150% "Arial", "Helvetica", sans-serif;
	color: #242424;
}

body {
	/* Main Font Sizes */
	font: normal 11px/150% "Arial", "Helvetica", sans-serif;
	color: #242424;
	/* Main Background Color */
	background-color: #ffffff; 
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
}
	
a:hover { text-decoration: underline; }

#lanueva {
	/* Logo Positioning */
	/*position: absolute;*/
	position:static;
	left:inherit;
	 
}
#ads {
	/* Logo Positioning */
	position: absolute;
	top:980px;
	left: 100px; 
}
	
h1 {
	/* Logo Positioning */
	position: absolute;
	top: 15px;
	left: 24px; 
}
	
h1 a {
	/* Logo Definitions */
	
	height: 69px;
	width:409px;
	
}

h20 {
	/* Logo Positioning */
	position: absolute;
	top: 15px;
	left: 517px; 
}

#maincontent {
	padding-top: 10px;
}

#bboxcontent { padding: 5px 0; }

#bboxleft {
	width: 450px;
	float: left;
}
		
#welcome h3 {
	/* Welcome Message Font */
	color: #666666;
	font: normal 20px "Arial", "Helvetica", sans-serif;
}
	
#header {
	/* Header Background & Definitions */
	background: transparent url("images/logo-top-reg.gif") top right no-repeat scroll;
	height: 125px;
	position: relative;
}
	
#header div {
	/* Header Positioning */
	position: absolute;
	top: 40px;
	right: 20px; 
}

#menu {
	/* Top Navigation Bar BG & Color */
	background: transparent url("images/menu.gif") repeat-x scroll left top;
	border-top: 1px solid #ffffff;
	height: 29px;
	list-style: none;
	position: absolute;
	bottom: 0;
	width: 773px;
}
	
#menu li { 
	line-height: 29px;
	display: inline;
}

#menu li a {
	/* Top Navigation Bar Link Dividers  */
	background: url("images/menu_split.gif") top right no-repeat;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	padding: 6px 14.5px;
	
}
	
#menu li.last a { background: none; }

#left h4 {
	/* Side Table Heading Definitions */
	background: #f7bd68 url("images/column_head.gif") no-repeat;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	height: 21px;
	line-height: 21px;
	padding-left: 35px;
}

.column {
	/* Side Table Definitions */
	border-left: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
	width: 157px;
	padding: 0 10px; 
	margin: 1px 0 10px 0;
}

.news_column {
	/* Side Table Definitions */
	margin-left: -2px;
	margin-bottom: -8px;
}

 	
.column .top, .column .bot, .news_column .top, .news_column .bot {
	/* Side Table Heading Background & Definitions */
	background: url("images/column_top.gif") no-repeat;
	display: block;
	height: 7px;
	margin: 0 -11px;	
}
		
.column .bot, .news_column .bot {
	/* Side Table Footer Background & Definitions */
	background: url("images/column_bot.gif") bottom left no-repeat;
}

.side_link {
	/* Side Table Link Definitions */
	background: transparent url("images/bullet.gif") 5px center no-repeat;
	display: block;
	padding: 1px 0px 1px 15px;
	text-decoration: none;
	color: #3e3e3e;
}

.list { 
	margin-bottom: 15px;
	list-style: none; 
}
	
.list li.title a {
	/* Side Table Category Link Definitions */
	background: url("images/bullet_arrow.gif") 3px center no-repeat; 
	/*color: #e18405;*/
	color: #000000;
	border-bottom: 1px dotted #727272;
	text-decoration: none;
	font-weight: bold;	
}

#main_cont {
	/* Center Table Definitions */
	width: 60%;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#content { padding: 5px 0; }

#left {
	width: 179px;
	float: left;
}
		
#right {
	width: 591px;
	float: right;
}
	
#right h2, #main_cont h2 {
    /* Center Table Heading Background, Colors & Fonts */
	background: url(images/gray_h_bg.gif) repeat-x #d9d9d9;
	border: solid #b0b0b0 1px;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	height: 20px;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
	margin-bottom: 1px;
}

#footer ul {
	/* Footer Background */
	background: #767676 url("images/footer.gif") top left repeat-x;
	height: 29px;
	list-style: none;
	text-align: center;
	padding: 0 15px;
	width: 743px;	
}
	
#footer li { 
	line-height: 29px;
	display: inline;
}

#footer li a {
	/* Footer Link Colors */
	border-right: 1px solid #c6c6c6;
	text-decoration: none;
	font-size: 11px;
	color: #c6c6c6;
	padding: 0 5px;
}
	
#footer li.last a { border: 0; }

#searchForm {
	width: 561px;
	height: 29px;
	padding: 7px 15px 0 15px;
	background: url("images/search.gif") no-repeat;
	color: #636262;
	font-weight: bold;
}
	
#searchForm legend { display: none; }
html>body #searchForm span input, html>body #searchForm span img { margin-bottom: -3px; }
	
#welcome {
	background:transparent url("images/welcome.gif") no-repeat scroll 0 0;
	height:172px;
	margin:5px 0;
	padding:15px 200px 0 15px;
	width:376px;

}

#welcome2 {
	width: 597px;
	height: 790px;
	margin: 0px 0;
	margin-left: 0px;
	padding: 0px 0px 0 0px;
	
}

#welcome_img {
width: 370px;
	height: 500px;
	margin: 0px 0;
	margin-left: 0px;
	padding: 0px 0px 0 0px;
	
}

table.bannerPromo {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.bannerPromo th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.bannerPromo td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
	
#banners {
	padding: 10px; 
}
	
#newsletterForm {
	width: 187px;
	height: 91px;
	float: left;
	margin-right: 1px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	background: url("images/banner.gif") no-repeat;
}
	
html>body #newsletterForm { 
	padding-top: 5px; 
	height: 96px; 
	margin-right: 3px;
}
	
#newsletterForm legend { display: none; }

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

.content {
	/* Main Table Content Area Definitions */
	border: solid #b6b6b6 1px;
	background: #ffffff;
	margin-bottom: 15px;
	padding: 5px;
}

.cat_hover:hover {
	/* Category Hover */
	background-color: #EEEEEE;
}

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

.error_message {
	/* Error Message Definitions */
	background: #FFFFFF;
	border: solid #FF0000 1px;
	padding: 10px;
	margin-bottom: 10px;
}

.alert_message {	
	/* Alert Message Definitions */
	background: #FFFFFF;
	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;
}

.center {
	text-align: center;
}

.right_align {
	text-align: right;
}

#wrapper {
	width: 773px;
	margin: 0 auto; 
}

/* ------------ */
/* Product List */
/* ------------ */

.product_title_link, product_title_link:visited, product_title_link:active {
	/* Product Title Link Definitions */
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.product_title_link:hover {
	/* Product Title Link Hover Definitions */
	color: #fd6601;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

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

.list_top {
	/* Product List Top Definitions */
	border-top: solid #cacaca 1px;
	border-bottom: solid #cacaca 1px;
	background: #f0f0f0;
	padding: 3px;
}

.list_bottom {
	/* Product List Bottom Definitions */
	border-top: solid #cacaca 1px;
	border-bottom: solid #cacaca 1px;
	background: #f0f0f0;
	padding: 3px;
}

/* ----------------- */
/* Product List List */
/* ----------------- */

.reg_txt {
	font-weight: normal;
}

.small_txt {
	font-size: 10px;
}

.price {
	/* Product List Price Definitions */
	color: #000000;
	font-weight: bold;
	font-size: 14pt;	
	margin-right: 10px;
	float: left;
}


.list_item {
	background: #FFFFFF;
	padding: 5px;
}

.list_item_bottom_border {
	/* Product List Separator Definitions */
	border-bottom: solid #cacaca 1px;
	background: #FFFFFF;
}

/* ----------------- */
/* Product List Tile */
/* ----------------- */

.tile_item {
	text-align: center;
}

.tile_image {
	margin-bottom: 5px;
}

.tile_price {
	/* Product Tile Price Definitions */
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
}

.tile_table {
	background: #FFFFFF;
	width: 100%;
}

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

/* -------------- */
/* Product Detail */
/* -------------- */

.product_title {
	/* Product Title Font & Color */
	font-size: 12px;
	font-weight: bold;
	color: #307fcf;
}

.product_sku {
	/* Product SKU Font & Color */
	font-size: 10px;
	margin-bottom: 10px;
}

.product_price {
	/* Product Price Font & Color */
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.product_option {
	/* Product Attributes Font & Color */
	font-weight: bold;
	padding-right: 10px;
	width: 1%;
}

.review_link {
	color: #307fcf;
	text-decoration: none;
	text-align: right;
	float: right;
	font-weight: 400;
}

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

.add_wishlist {
	/* Add To Wishlist, Add Review, Add To Registry Link Definitions */
	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 {
	/* Orange Button Definitions */
	background: url(images/orange_button_left.gif) no-repeat top left;
	padding-left: 3px;
	height: 18px;
	float: left;
	margin-right: 10px;
}

.orange_button input, .orange_button button {
	/* Orange Button Definitions */
	background: url(images/orange_button_bg.gif) top right no-repeat;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
}

.yellow_button {
	/* Yellow Button Definitions */
	background: transparent url(images/yellow_button_left.gif) no-repeat scroll left top;
	padding-left: 3px;
	height: 18px;
	float: left;
	margin-right: 10px;
}

.yellow_button input, .yellow_button button {
	/* Yellow Button Definitions */
	background: transparent url(images/yellow_button_bg.gif) no-repeat scroll right top;
	height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
}

.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 & Account Tabs */
/* ----------------------------- */

/* Non Selected & Selected Tabs Link Text Colors */
ul.tabbernav li a:link { color: #ffffff; }
ul.tabbernav li a:visited { color: #ffffff; }
ul.tabberactive li a:link { color: #000000; }
ul.tabberactive li a:visited { color: #000000; }

ul.tabbernav {
	/* Tab Content Top Border */
	border-bottom: 1px solid #f7bd68;
	font: bold 11px "Arial", "Helvetica", sans-serif;
	padding: 3px 0;
	margin: 0;
}

.tabberlive .tabbertab {
	/* Tab Content Sides & Bottom Border */
	border: 1px solid #f7bd68;
	padding: 15px;
	border-top: 0;
}

ul.tabbernav li a {
	/* Tab Borders */
	border: 1px solid #f7bd68;
	/* Non Selected Tabs Background */
	background: #f7bd68;
	padding: 3px 0.5em;
	margin-left: 3px;	
	border-bottom: none;	
	text-decoration: none;
}

ul.tabbernav li a:hover {
	/* Hovered Tabs Background Color */
	background: #fde6e7;
	/* Hovered Tabs Border Color */
	border-color: #f7bd68;
	/* Hovered Tabs Text Color */
	color: #000000;	
}

ul.tabbernav li.tabberactive a {
	border-bottom: 1px solid #ffffff;
	/* Selected Tabs Background Color */
	background-color: #ffffff;
	/* Selected Tabs Font Color */
	color: #000000;
}

ul.tabbernav li.tabberactive a:hover {
	border-bottom: 1px solid white;
	/* Selected Tabs Hover Background Color */
	background-color: #ffffff;
	/* Selected Tabs Hover Font Color */
	color: #000000;
}

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

.tabberlive .tabbertabhide { display: none; }
.tabberlive .tabbertab h2 { display: none; }
.tabberlive .tabbertab h3 { display: none; }
.tabberlive { margin-top: 1em; }
.tabber { display: none; }

/* ---------------- */
/* Form Definitions */
/* ---------------- */

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

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

.bold {
	font-weight: bold;
}

.short_form_row {
	clear: both;
}

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

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

.short_form_row input {
	width: 75px;
}

.required {
	/* Required Reminder Colors */
	color: #b70407;
	padding-left: 2px;
}

/* ------------ */
/* Account Area */
/* ------------ */

.account_list_head {
	/* Table List Headings Font */
	font-weight: bold;
	color: #000000;
}

.account_head {
	/* Update Profile Heading Font Definitions */
	padding-bottom: 5px;
	font-weight: bold;
	color: #000000;
}

/* ------------- */
/* Shopping Cart */
/* ------------- */

.cart {
	background: #ffffff;
}

.cart th {
	/* Cart List Headings Font */
	text-align: center;
	font-weight: bold;
	color: #000000;
}

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

.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;
}

/* ----------- */
/* Order Pages */
/* ----------- */

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

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

.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;
}

.gray {
	background-color: #f0f3f8;
}

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

/* ------------ */
/* Order Review */
/* ------------ */

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

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

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

.order_id {
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 10px;
	color: #c20710;
}

/* ------------------ */
/* Paging Definitions */
/* ------------------ */

.page a:hover {
	/* Hover Text Color */
	color: #fd6601; text-decoration: none
}

.page a:link {
	/* Link Text Color */
	color: #000000; text-decoration: none
}

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

.pages_border {
	/* Box Border & Background */
	border: 1px solid #f7bd68;
	background-color: #FFFFFF;
	color: #000000;	
}

.navpage {
	/* Navigation Link Boxes Background & Definitions */
	background-color: #FFFFFF;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
}

.navpageselected {
	/* Navigation Selected Link Boxe Background & Definitions */
	background-color: #fde6e7;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
}

.highlightpage {
	/* Current Page Info Box Background & Definitions */
	background-color: #f7bd68;
	font: bold 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #FFFFFF;
	white-space: nowrap;
}

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

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

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

/* ------------ */
/* Cookie Crumb */
/* ------------ */

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

.crumb_link {
	/* Regular Link Definitions */
	padding-left: 5px;
	font-weight: bold;
	text-decoration: underline;
	color: #f7bd68;
}

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

/* ----------------- */
/* Float Definitions */
/* ----------------- */

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

.left_float_5_px {
	float: left;
	margin-right: 5px;
}

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

.IE_left_float_5_px {
	margin-left: 5px;
}

.float_assist {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.search_results {
	margin-left: 10px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: black;
}

.search_bb {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.style2 {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
}

.style1 {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}