html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	text-align:center;
	background: #fff;
}
p{
	margin:0 0 10px 0;
	padding:0;
	line-height:18px;
	font-size:12px;
}
a {
	color:#3B5998;
	cursor:pointer;
	text-decoration:none;
}
a:hover{
text-decoration:underline;
}
.clearAll{
	display:block;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
fieldset{
	border:none;
	margin:0;
	padding:0;
}
.block_element{
	display:block;
}
.underline{
	text-decoration:underline;
}
.icon_fix{
	margin-bottom:-3px;
}
.no_margin{
	margin:0 !important;
}
.no_padding{
	padding:0 !important;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
form{
	margin:0;
	padding:0;
}
input,select,textarea{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:2px;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	font-size:22px;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px 0;
	padding:0;
	font-size:22px;
}
h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a img{
	border:none;
}
p{
	margin:0 0 10px 0;
	padding:0;
}
li{
	margin:0 0 3px 0;
}
.flower{
	margin:0 5px -4px 0;
}
.validation-advice{
	color:#990000;
}
.validation-failed{
	border:1px solid #990000;
}
.redStar{
	color:#990000;
}
p.notice{
	margin:5px 0;
	font-size:12px;
	color:#990000;
	font-weight:bold;
}
#wrapper{
	text-align:left;
	margin:0 auto;
	width:950px;
	padding:0;
	background: #fff url(/images/body_bg.gif) repeat-y center;
}
#header{
	background:#000 url(/images/tafota_logo.gif) no-repeat top left;
	color:#fff;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
}
.clients{
	margin-top:20px;
}
.clients ul{
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
.clients ul li{
	width:200px;
	float:left;
	margin-bottom:5px;
}
#header h1{
	display:none;
}
.right{
float:right;
}
.left{
float:left;
}
#contact_info{
	float:right;
	margin:80px 20px 0 0;
}
#contact_info a{
	color:#fff;
	text-decoration:none;
	line-height:150%;
}
#headerTop{
	margin:0 0 50px 0;
}
#header ul{
	margin:0 0 0 170px;
	list-style:none;
	padding:0;
	float:left;
}
#header ul#account_ul{
	margin:10px 0 0 170px;
}
#header ul li{
	float:left;
	margin-right:29px;
}
#header ul li.lastMenuItem{
	margin-right:0;
}
#header ul li a{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
#header ul#account_ul li a{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
}
#header ul#account_ul li a:hover{
	text-decoration:underline;
}

#header ul li a:hover, #header ul li a.current_page{
	text-decoration:underline;
}
#contentDiv{
	padding:20px;
}
#footerDiv{
	clear:both;
	padding: 0 20px 20px 20px;
	border-bottom:1px solid #000;
}
#footerDiv ul{
	margin:0;
	list-style:none;
	padding:0;
}
#footerDiv ul li{
	display:inline;
	margin-right:30px;
}
#footerDiv ul li a{
	text-decoration:none;
	font-size:12px;
	color:#000;
}
#footerDiv ul li a:hover, #header ul li a.current_page{
	text-decoration:underline;
}
#footerDiv p{
	text-align:center;
	margin:10px 0 0 0;
}

.jcarousel-skin-tango {
    background: #fff url(/images/scroll_bg.gif) no-repeat top left;
	width: 663px;
	height:143px;
	overflow:hidden;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:657px;
	height:120px;
	overflow:hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  578px;
	top:20px;
	left:40px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 154px;
    height: 100px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.product{
	width:400px;
	float:left;
	margin:0 20px 20px 0;
	padding:15px;
	border:1px solid #000;
}
.product .product_name{
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
}
.product .prod_img{
	text-align:center;
	margin-bottom:10px;
}
.product p{
}
.product .product_options{
	margin-bottom:10px;
}
.product .prod_desc{
display:block;
min-height:105px;
}
.product .product_options ul{
	margin:0 0 5px 0;
	padding:0;
	list-style:none;
}
.product .product_options ul li{
	padding:0 0 3px 0;
}
.red_star{
	color:#990000;
}
.product label{
	font-weight:bold;
}
.product .product_price{
	font-weight:bold;
	font-size:14px;
	margin:0 0 10px 0;
}
#shoppingCart{
	width:550px;
	margin:0 auto 25px auto;
}
#shoppingCart table{
	width:500px;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-size:12px;
}
#shoppingCart th{
	text-align:left;
	font-size:13px;
	font-weight:bold;
	padding:4px;
	border-bottom:1px solid #ccc;
}
#shoppingCart table input{
	padding:2px;
	font-size:12px;
}
#shoppingCart td{
	padding:5px;
}
#promotionBar, #cartActionBar{
	margin:10px 0;
	padding:5px;
	width:490px;
}
input.Btn{
	padding:2px 4px 3px;
	color:#000000;
	background-color:#E29046;
	border:1px solid #000;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	margin:0 5px;
	overflow:visible;
	width:auto;
}
#customer_info{
	border:none;
	width:500px;
	font-size:12px;
}
#customer_info label{
	font-weight:bold;
}
input.wide, select.wide{
	width:200px;
	margin-right:15px;
}
input.med, select.med{
	width:150px;
	margin-right:15px;
}
#customer_info .field_left{
	width:220px;
	float:left;
}
#customer_info div{
	margin-bottom:5px;
	
}
.error{
	border:1px solid #990000;
}
label.error{
	border:none;
	font-size:11px;
	color:#990000;
	font-weight:normal;
}
#customer_info ul{
	margin:0;
	padding:0;
	list-style:none;
}
#customer_info ul li{
	margin:10px 0;
}
#customer_info .form_actions{
	margin:10px 0;
	width:420px;
}
.empty_cart{
	width:500px;
	text-align:center;
	margin:0 auto;
	display:block;
	font-weight:bold;
	padding:30px;
}
#billing_customer{
font-size:12px;
line-height:150%;
margin:10px 0;
padding:0 0 10px 0;
border-bottom:1px solid #ccc;
}
#billing_customer h3,# billing_detail h3{
	padding:0 0 5px 0;
	border-bottom:1px solid #ccc;
}
#billing_customer p{
	margin:5px 0 0 0;
}

#billing_detail{
font-size:12px;
margin:10px 0;
padding:0 0 10px 0;
border-bottom:1px solid #ccc;
}
#billing_detail table{
	margin:10px 0 0 0;
	padding:0;
	border-collapse:collapse;
	width:500px;
}
#billing_detail table th{
	text-align:left;
	font-size:13px;
	font-weight:bold;
	padding:4px;
	border-bottom:1px solid #ccc;
}

#billing_detail table td{
	padding:5px;
}
.billing_action{
	width:500px;
	margin-top:5px;
	text-align:right;
}
	



#homepage_left{
	width:225px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}
#homepage_left ul{
	margin:0;
	padding:0;
	list-style:none;
}
#homepage_left ul li{
	padding:4px 0;
}
#homepage_right{
	width:664px;
	overflow:hidden;
	float:left;
}
.errorBlock{
	border:1px solid #990000;
	margin:10px;
	padding:15px;
	font-weight:bold;
	color:#990000;
}


