/***********************************
begin resets & clear
***********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
button {
	cursor: pointer;
}
.clear:after {
	clear: both;
	content: ".";
	display: block;
	height:0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/***********************************
begin structure and general type
***********************************/
body {
	background: url(img/bg_gradient.gif) #f4cfad top left repeat-x;
	color: #444546;
	font: normal 12px/1.3 Arial, Sans-serif, "Helvetica Neue", Helvetica;
}
#ornaments {
	background: url(img/bg_ornaments.png) top center no-repeat;
	min-height: 1px;
	padding: 60px 0 0 0;
	position: relative;
}
#top_glow {
	background: url(img/top_glow.png) top center no-repeat;
	display: none;
	height: 800px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
#ornaments_footer {
	background: url(img/bg_ornaments_bottom.png) top center no-repeat;
	margin:  -150px 0 0 0;
	height: 399px;
	position: relative;
	width: 100%;
	z-index: -1;
}
#glow {}
#wrap {
	margin: 0 auto;
	width: 985px;
}
div.content_top {
	background: url(img/bg_content_top.png) top left no-repeat;
	height: 11px;
	width: 985px;
}
div.content_middle {
	background: url(img/bg_content_middle.png) top left repeat-y;
	padding: 18px 29px 13px 29px;
	width: 927px;
}
div.content_bottom {
	background: url(img/bg_content_bottom.png) top left repeat-y;
	height: 11px;
	width: 985px;
}
div.main {
	margin: 20px 0 0 0;
}
div.sidebar {
	float: left;
	margin: 20px 0 0 0;
	width: 134px;
}
div.content {
	float: right;
	width: 764px;
}
.no-display {
	display: none;
}
a, a:link, a:active, a:visited {
	color: #db4f21;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font: normal 28px/32px Arial, Sans-serif, "Helvetica Neue", Helvetica;
	margin: 0 0 10px 0;
}
h2 {
	font: normal 14px/1.3 Arial, Sans-serif, "Helvetica Neue", Helvetica;
}
/***********************************
begin branding
***********************************/
a.logo, a.logo:link, a.logo:active, a.logo:visited {
	background: url(img/logo.gif) top left no-repeat;
	display: block;
	float: left;
	height: 102px;
	margin: 10px 40px 0 0;
	text-indent: -9999px;
	width: 120px;
}
#header {
	float: left;
	width: 764px;
}
div.header-wrap {
	float: left;
	margin: 20px 0 0 0;
	width: 764px;
}
ul.register {
	float: right;
}
ul.register li {
	display: inline;
}
ul.register li a, ul.register li a:link, ul.register li a:active, ul.register li a:visited {
	color: #444546;
	text-decoration: none;
}
ul.register li a:hover {
	color: #db4f21;
}
#header p.tagline {
	color: #444546;
	float: left;
	margin: 0 0 0 0;
}
#header ul.breadcrumbs {
	margin: 0 0 20px 0;
}
#header ul.breadcrumbs li {
	background: url(img/icon_breadcrumbs.gif) center left no-repeat;
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 0 0 10px;
}
#header ul.breadcrumbs li.first {
	background: none;
	padding: 0;
}
#header ul.breadcrumbs li a, #header ul.breadcrumbs li a:link, #header ul.breadcrumbs li a:active, #header ul.breadcrumbs li a:visited {
	color: #000;
	text-decoration: none;
}
#header ul.breadcrumbs li a:hover {
	color: #DB4F21;
}
form#search {
	float: left;
	margin: 0 40px 0 0;
}
form#search input.text {
	border: 1px solid #babbbf;
	padding: 3px 3px 4px 3px;
	margin: 0 20px 0 0;
	width: 230px;
}
form#search input.text:focus {
	border: 1px solid #babbbf;
}
form#search button {
	background: url(img/button_small.gif) top left no-repeat;
	border: none;
	color: #444546;
	font-size: 13px;
	height: 25px;
	padding: 0 0 3px 0;
	text-align: center;
	text-transform: lowercase;
	width: 77px;
}
form#search button:hover {
	color: #DB4F21;
}
#header p.tel {
	background: url(img/icon_tel.gif) center left no-repeat;
	color: #444546;
	float: left;
	line-height: 1.3;
	padding: 0 0 0 25px;
	position: relative;
	top: -2px;
}
#header p.tel strong {
	display: block;
	font-weight: bold;
}
#header a.cart, #header a.cart:link, #header a.cart:active, #header a.cart:visited {
	background: url(img/icon_cart.gif) center right no-repeat;
	color: #444546;
	display: block;
	float: right;
	height: 32px;
	line-height: 1.3;
	padding: 0 40px 0 0;
	position: relative;
	text-align: right;
	text-decoration: none;
	top: -2px;
}
#header a.cart:hover {
	color: #db4f21;
	text-decoration: none;
}
#header a.cart strong {
	display: block;
}
#header div.navigation {
	float: left;
	width: 764px;
}
ul#main_nav {
	margin: 17px 0 0 0;	
}
ul#main_nav li {
	float: left;
	margin: 0 10px 0 0;
}
ul#main_nav li a, ul#main_nav li a:link, ul#main_nav li a:active, ul#main_nav li a:visited {
	background: url(img/icon_nav.gif) center right no-repeat;
	color: #000;
	display: block;
	font: bold 20px Arial, Sans-serif, "Helvetica Neue", Helvetica;
	padding: 0 22px 0 0 ;
	text-decoration: none;
	text-transform: lowercase;
}
ul#main_nav li a:hover {
	color: #db4f21;
}
/***********************************
begin sidebar
***********************************/
.sidebar h2 {
	border-bottom: 1px dotted #666;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.sidebar ul {
	margin: 0 0 20px 0;
}
.sidebar ul li a, .sidebar ul li a:link, .sidebar ul li a:active, .sidebar ul li a:visited {
	color: #444546;
	display: block;
	text-decoration: none;
}
.sidebar ul li a:hover, .sidebar ul li a.selected {
	color: #db4f21;
}

.sidebar ul li.brand a, .sidebar ul li.brand a:link, .sidebar ul li.brand a:active, .sidebar ul li.brand a:visited {
	color: #db4f21;
	display: block;
	text-decoration: none;
}
.sidebar ul li.brand a:hover {
	text-decoration: underline;
}



/***********************************
begin content/category featured
***********************************/
div.category-wrap {
	float: right;
	overflow: hidden;
	width: 764px;
}
ul.category-featured {
	width: 784px;
}
ul.category-featured li {
	float: left;
	position: relative;
	margin: 0 1px 1px 0;
}
ul.category-featured li a {
	display: block;
}
ul.category-featured li.main {
	height: 323px;
	overflow: hidden;
	width: 764px;
}
ul.category-featured li a.featured {
	height: 176px;
	overflow: hidden;
	width: 254px;
}
ul.category-featured li a.featured_main {
	height: 323px;
	overflow: hidden;
	width: 764px;
}
ul.category-featured li.main ul {
	left: 25px;
	position: absolute;
	top: 170px;
}
ul.category-featured li.main ul li {
	float: none;
	height: auto;
	margin: 0;
	width: auto;
}
ul.category-featured li.main ul li a, ul.category-featured li.main ul li a:link, ul.category-featured li.main ul li a:active, ul.category-featured li.main ul li a:visited {
	background: url(img/bullet_category.png) top left no-repeat;
	color: #fff;
	display: block;
	padding: 0 0 0 14px;
	text-decoration: none;
	text-transform: lowercase;
}
ul.category-featured li.main ul li a:hover {
	color: #db4f21;
}
ul.category-featured li.main ul li a strong {
	background: url(img/bullet_down_category.png) center right no-repeat;
	display: block;
	font-size: 22px;
}
ul.category-featured li.main ul li a em {
	display: block;
	font-size: 14px;
}
/***********************************
begin content/browse 
***********************************/
ul.browse {
	margin: 15px 0 0 0;
	float: right;
}
ul.browse li {
	float: left;
	margin: 0 0 0 10px;
}
ul.browse li a, ul.browse li a:link, ul.browse li a:active, ul.browse li a:visited {
	color: #444546;
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
}
ul.browse li a:hover {
	color: #db4f21;
}
ul.browse li a#grid, ul.browse li a#grid:link, ul.browse li a#grid:active, ul.browse li a#grid:visited {
	background: url(img/icon_grid.gif) center left no-repeat;
}
ul.browse li a#list, ul.browse li a#list:link, ul.browse li a#list:active, ul.browse li a#list:visited {
	background: url(img/icon_list.gif) center left no-repeat;
}
div.product_navigation {
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	padding: 5px 0;
}
div.product_navigation ul {
	float: right;
}
div.product_navigation ul li {
	float: left;
	margin: 0 0 0 5px;
}
div.product_navigation ul li span {
	display: block;
	padding: 2px 4px;
}
div.product_navigation ul li a, div.product_navigation ul li a:link, div.product_navigation ul li a:active, div.product_navigation ul li a:visited {
	border: 1px solid #949494;
	color: #444546;
	display: block;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
}
div.product_navigation ul li a:hover {
	color: #db4f21;
}
div.product_navigation ul li.active {
	border: 1px solid #fff;
	color: #db4f21;
	padding: 2px 0 0 0;
}
div.product_navigation p {
	padding: 2px 0;
}
div.product_navigation p a, div.product_navigation p a:link, div.product_navigation p a:active, div.product_navigation p a:visited {
	text-decoration: none;
}
div.product_navigation p a:hover {
	color: #444546;
}
div.product_navigation ul li a:hover {
	border: 1px solid #db4f21;
}
div.product_navigation ul li a.prev, div.product_navigation ul li a.prev:link, div.product_navigation ul li a.prev:active, div.product_navigation ul li a.prev:visited {
	background: url(img/prev.gif) top left no-repeat;
	display: block;
	height: 16px;
	padding: 0;
	text-indent: -9999px;
	width: 16px;
}
div.product_navigation ul li a.next, div.product_navigation ul li a.next:link, div.product_navigation ul li a.next:active, div.product_navigation ul li a.next:visited {
	background: url(img/next.gif) top left no-repeat;
	display: block;
	height: 16px;
	padding: 0;
	text-indent: -9999px;
	width: 16px;
}
ul#grid_view li {
	border-bottom: 1px dotted #666;
	float: left;
	padding: 0 0 10px 0;
	text-align: center;
	width: 191px;
}
ul#grid_view li.last {
	border-bottom: none;
}

ul#grid_view_brand li {
	float: left;
	margin: 0 0 10px 0;
	text-align: left;
	height: 100px;
	width: 120px;
}
ul#grid_view_brand  li.last {
	margin-bottom: 0px !important;
	height: 40px;
}

ul#grid_view dd.product_image a {
	display: block;
	height: 120px;
	margin: 10px auto;
	overflow: hidden;
	text-align: center;
	width: 120px;
}
ul#grid_view dd.product_image a img {
	height: 120px;
	width: 120px;
}
ul#grid_view dt {
	height: 36px;
	text-align: center;
}
ul#grid_view dt a, ul#grid_view dt a:link, ul#grid_view dt a:active, ul#grid_view dt a:visited {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin: auto;
	text-decoration: none;
	width: 150px;
}
ul#grid_view dt a:hover {
	color: #db4f21;
}
ul#grid_view dd.product_price {
	color: #db4f21;
	line-height: 1.4;
	text-align: center;
}

ul#grid_view dd.product_price strong {
	font-size: 20px;
	font-weight: bold;
}
ul#grid_view dd.product_price span.currency {
	bottom: 6px;
	font-size: 11px;
	position: relative;
	text-decoration: underline;
	text-transform: uppercase;
}

/* pret cu reducere*/
ul#grid_view dd.product_price.new {
	color: #db4f21;
	line-height: 1.4;
	text-align: center;
}
ul#grid_view small.old_price {
	color: #db4f21;
	line-height: 1.4;
	font-size: 12px;
	text-align: center;
}
ul#grid_view small.old_price strong {
	font-size: 14px;
	text-decoration: line-through;
}
p.other {
	font-size: 12px;
	margin: 10px 0 0 0;
}
ul#list_view li {
	border-bottom: 1px dotted #666;
	padding: 10px 0;
}
ul#list_view li.last {
	border-bottom: none;
}
ul#list_view dd.product_image {
	float: left;
	overflow: hidden;
	text-align: center;
	width: 151px;
}
ul#list_view dd.product_image a {
	display: block;
	height: 120px;
	margin: 0 20px 0 0;
	overflow: hidden;
	text-align: center;
	width: 120px;
}
ul#list_view dd.product_image a img {
	height: 120px;
	width: 120px;
}
ul#list_view dd.product_brand {
	margin: 0 0 0 0;
}
ul#list_view dd.product_brand small {
	font-size: 11px;
}
ul#list_view dt {
	margin: 0 140px 0 0;
}
ul#list_view dt a, ul#list_view dt a:link, ul#list_view dt a:active, ul#list_view dt a:visited {
	/*color: #000;*/
	color: #db4f21;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
}
ul#list_view dt a:hover {
	color: #000;
}
ul#list_view dd.product_description {
	margin: 0 160px 0 0;
	line-height: 1.4;
}
ul#list_view dd.product_description p strong {
	display: block;
}
ul#list_view dd.product_actions {
	float: right;
	margin: 20px 0 0 0;
	width: 140px;
}
ul#list_view p.product_price {
	font-size: 16px;
	font-weight: bold;
}
ul#list_view p.product_price.new {
	padding-left:40px;
	font-size: 16px;
	font-weight: bold;
}
ul#list_view p.product_price strong {
	color: #db4f21;
	font-size: 20px;
}
ul#list_view p.product_price span.currency {
	color: #db4f21;
	bottom: 5px;
	font-size: 12px;
	position: relative;
	text-decoration: underline;
	text-transform: uppercase;
}

ul#list_view p.product_old_price {
	font-size: 16px;
	font-weight: bold;
}
ul#list_view p.product_old_price strong {
	text-decoration: line-through;
	color: #db4f21;
	font-size: 20px;
}
ul#list_view p.product_old_price span.currency {
	color: #db4f21;
	bottom: 5px;
	font-size: 12px;
	position: relative;
	text-decoration: underline;
	text-transform: uppercase;
}
ul#list_view dd.product_actions a.add_to_cart , ul#list_view dd.product_actions a.add_to_cart:link, ul#list_view dd.product_actions a.add_to_cart:active, ul#list_view dd.product_actions a.add_to_cart:visited {
	background: url(img/button_middle.gif) top left no-repeat;
	color: #444546;
	display: block;
	font-size: 14px;
	height: 22px;
	margin: 3px 0;
	padding: 3px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	width: 139px;
}
ul#list_view dd.product_actions a.add_to_cart:hover {
	color: #db4f21;
}
ul#list_view p.product_availability strong {
	font-weight: bold;
}
/***********************************
begin content/product page
***********************************/
div.product {
	margin: 20px 0 0 0;
}
div.product_details {
	float: left;
	width: 376px;
}
form.product_details{
	margin: 15px 0 0 0;
}
form.product_details h2{
	font-weight: bold;
	padding:0 0 5px 0;
}

div.product_details h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
}
div.product_details p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 20px 0;
}
div#galleryLoader{
	background: #fff url(img/icon_loader.gif) center center no-repeat;
	overflow: hidden;
	height: 362px;
}
div.product_main_image {
	
	float: right;
	height: 362px;
	overflow: hidden;
	width: 362px;
}
a.to_put {
	display: block;
}
div.product_models {
	float: left;
	width: 764px;
}
table.product_details {
	border-bottom: 1px dotted #666;
	margin: 0 0 20px 0;
}
table.product_details td {
	border-top: 1px dotted #666;
	padding: 5px 0;
}
td.small .jqTransformSelectWrapper {
	background: url(img/select.short.gif) top left no-repeat !important;
	height: 25px !important;
	margin: 3px 0 0 0;
	width: 56px !important;
}
td.small .jqTransformSelectWrapper div span {
	left: 4px;
	text-align: left;
	top: 3px;
	width: 56px !important;
}
td.small .jqTransformSelectWrapper ul {
	height: 90px;
	width: 56px !important;
}
td.small .jqTransformSelectWrapper ul a {
	padding: 0 0 0 4px;
	text-align:left;
}
td.long .jqTransformSelectWrapper {
	background: url(img/select.long.gif) top left no-repeat !important;
	height: 25px !important;
	margin: 3px 0 0 0;
	width: 116px !important;
}
td.long .jqTransformSelectWrapper div span {
	left: 4px;
	text-align: left;
	top: 3px;
	width: 116px !important;
}
td.long .jqTransformSelectWrapper ul {
	height: 90px;
	width: 116px !important;
}
td.long .jqTransformSelectWrapper ul a {
	padding: 0 0 0 4px;
	text-align:left;
}
ul.product_pics {
	margin: 0 0 10px 0;
}
ul.product_pics li {
	float: left;
	overflow: hidden;
	height: 85px;
	margin: 0 10px 0 0;
	width: 85px;
}
ul.product_pics li a {
	display: block;
	height: 85px;
	position: relative;
	overflow: hidden;
	width: 85px;
}
ul.product_pics li a strong.pic {
	background-position: center center;
	display: block;
	height: 85px;
	text-indent: -9999px;
	width: 85px;	
}
ul.product_pics li a span.overlay {
	background: url(img/overlay.png) top left no-repeat;
	display: block;
	height: 85px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 35;
	width: 85px;
}
form.product_details {
	float: left;
}
table.product_models {
	border-top: 1px dotted #666;
	float: left;
	width: 764px;
}
table.product_models th {
	border-bottom: 1px dotted #666;	
	line-height: 1.8;
	padding: 5px;
}
table.product_models td {
	border-bottom: 1px dotted #666;	
	font-size: 14px;
	line-height: 1.6;
	padding: 5px;
}
table.product_models th.price {
	text-align: right;	
}
table.product_models td.price {
	color: #DB4F21;
	font-weight: bold;
	text-align: right;
}
table.product_models td.centered {
	text-align: center;
}
table.product_models td span.out_of_stock {
	color: #f00;
}
form.product_details p.info {
	font-size: 11px;
	margin: 10px 0 0 0;
	width: 765px;
	float: left;
}
form.product_details #add_to_cart {
	margin: -12px 0 0 0;
	display: block;
	float: right;
}
button#send_order {
	background: url(img/button.gif) top left no-repeat;
	border: none;
	color: #fff;
	float: right;
	font-size: 14px;
	height: 25px;
	padding: 0 0 4px 0;
	text-align: center;
	text-transform: lowercase;
	width: 126px;
}
button.order{
	margin:20px 0 0 0;
}
button.button {
	background: url(img/button.gif) top left no-repeat;
	border: none;
	color: #fff;
	float: right;
	font-size: 14px;
	height: 25px;
	padding: 0 0 4px 0;
	text-align: center;
	text-transform: lowercase;
	width: 126px;
}

div.selectbox-wrapper {
    position: relative;
	width: 116px;
    max-height: 116px;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    margin: 0 0 0 5px;
    padding: 0px;
    text-align: left;
    overflow: auto;
    font: normal 14px Helvetica Arial, sans-serif;
    z-index: 1000;
}
div.selectbox-wrapper ul {
   margin: 0px;
   padding: 0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}

div.selectbox-wrapper ul li {
   display: block;
   margin: 0;
   padding: 5px 3px;
   cursor: pointer;
}
.selectbox{
   padding: 7px 0 0 10px;	
   vertical-align: middle;
   font: normal 14px Helvetica Arial, sans-serif;
   width : 106px; 
   height: 18px;
   display:inline-block;
   background: url(img/select_box_big.gif) left top;
   /*height: 21px;*/
   cursor: pointer;
   color: #333;
   border: 0;
}

div#cantitate_container {
    position: relative;
	width: 55px;
    max-height: 150px;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    margin: 0 0 0 5px;
    padding: 0px;
    text-align: left;
    overflow: auto;
    font: normal 14px Helvetica Arial, sans-serif;
    z-index: 1000;
}
div#cantitate_container ul {
   margin: 0px;
   padding: 0px;
}
div#cantitate_container ul li.selected { 
  background-color: #EAF2FB;
}
div#cantitate_container ul li.current { 
  background-color: #CDD8E4;
}

div.selectbox-wrapper ul li {
   display: block;
   margin: 0;
   padding: 5px 3px;
   cursor: pointer;
}
#cantitate_input{
   padding: 7px 0 0 10px;	
   vertical-align: middle;
   font: normal 14px Helvetica Arial, sans-serif;
   width : 46px; 
   height: 18px;
   display:inline-block;
   background: url(img/select_box_small.gif) left top;
   /*height: 21px;*/
   cursor: pointer;
   color: #333;
   border: 0;
}
/***********************************
begin content/cart
***********************************/
#table_cart {
	width: 764px;
}
#table_cart th {
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	padding: 7px 0;
}
#table_cart td {
	border-bottom: 1px dotted #666;
	vertical-align: middle;
}
#table_cart dl {
	padding: 10px 0 12px 0;
	line-height: 1;
}
#table_cart td.align_center, #table_cart th.align_center {
	text-align: center;
}
#table_cart dt a, #table_cart dt a:link, #table_cart dt a:active, #table_cart dt a:visited {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;	
}
#table_cart dt a:hover {
	color: #db4f21;
}
#table_cart dd {
	font-size: 14px;
}
#table_cart dd.product_code {
	float: left;
	margin: 0 10px 0 0;
}
#table_cart a.delete_product, #table_cart a.delete_product:link, #table_cart a.delete_product:active, #table_cart a.delete_product:visited {
	background: url(img/delete_product.gif) top left no-repeat;
	display: block;
	height: 24px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 24px;
}
#table_cart p.price strong {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
#table_cart p.price span.currency {
	bottom: 7px;
	font-size: 11px;
	position: relative;
	text-transform: uppercase;
	text-decoration: underline;
}
#table_cart td.finish {
	padding: 10px 0;
	text-align: right;
}
#table_cart td.finish p em {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px 0 0;
}
#table_cart td.finish p.price {
	color: #db4f21;
	text-align: left;
}
#table_cart td.finish p.price strong {
	color: #db4f21;
}
button.send_order {
	background: url(img/button_middle.gif) top left no-repeat;
	border: none;
	display: block;
	float: right;
	height: 25px;
	margin: 20px 0 0 0;
	text-align: center;
	text-transform: lowercase;
	width: 139px;
}
button.send_order:hover {
	color: #db4f21;
}
a.continue_shopping, a.continue_shopping:link, a.continue_shopping:active, a.continue_shopping:visited {
	background: url(img/button_middle.gif) top left no-repeat;
	border: none;
	color: #444546;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 20px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	width: 139px;
}
a.continue_shopping:hover {
	color: #db4f21;
}
/***********************************
begin content/steps
***********************************/
ol#order_stepts {
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	padding: 10px 0;
}
ol#order_stepts li {
	float: left;
	overflow: hidden;
	width: 191px;
}
ol#order_stepts li a {
	background: url(img/steps_circles.gif) top left no-repeat;
	display: block;
	height: 45px;
	text-decoration: none;
	width: 180px;
}
ol#order_stepts li a strong {
	color: #fff;
	display: block;
	float: left;
	font-size: 28px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: 45px;
}
ol#order_stepts li a span {
	color: #676767;
	display: block;
	float: left;
	font-size: 22px;
	line-height: 1.1;
	margin: 0 0 0 10px;
	width: 100px;
}
ol#order_stepts li a:hover, ol#order_stepts li a.active {
	background: url(img/steps_circles.gif) bottom left no-repeat;
}
ol#order_stepts li a.active span {
	color: #db4f21;
}
/***********************************
begin copyright
***********************************/
#copyright {
	border-top: 1px dotted #666;
	padding: 20px 0 0 0;
	margin: 25px 0 0 0;
}
#copyright a.logo {
	background: url(img/logo_footer.gif) top left no-repeat;
	float: left;
	height: 36px;
	margin: 0 45px 0 0;
	width: 124px;
}
#footer_nav{
	float: left;
	margin: 0 45px 0 0;
	width: 180px;
}
#footer_nav li {
	float: left;
	width: 90px;
}
#footer_nav li a, #footer_nav li a:link, #footer_nav li a:active, #footer_nav li a:visited {
	color: #000;
	text-decoration: none;
}
#footer_nav li a:hover {
	color: #db4f21;
}
#copyright p.copyright {
	float: left;
}
#copyright p.copyright strong {
	display: block;
}
#copyright p.copyright a, #copyright p.copyright a:link, #copyright p.copyright a:active, #copyright p.copyright a:visited {
	color: #444546;
	display: block;
	text-decoration: none;
}
#copyright p.copyright a:hover {
	color: #db4f21;
}
form#newsletter {
	float: right;
	margin: 0 0 0 0;
}
form#newsletter input.text {
	border: 1px solid #babbbf;
	padding: 3px 3px 4px 3px;
	margin: 0 20px 0 0;
	width: 170px;
	font-family:Arial,Sans-serif,"Helvetica Neue",Helvetica;
	font-size: 12px;
}
form#newsletter input.text:focus {
	border: 1px solid #babbbf;
}
form#newsletter button {
	background: url(img/button_small.gif) top left no-repeat;
	border: none;
	color: #444546;
	font-size: 13px;
	height: 25px;
	padding: 0 0 3px 0;
	text-align: center;
	text-transform: lowercase;
	width: 77px;
}
form#newsletter button:hover {
	color: #db4f21;
}
p.create_by{
	float: right;
}

