* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #093860;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
p {
	padding-bottom: 10px;
}
body {
	background: #FFF url(images/bg.jpg) no-repeat center top;
	color: #000;
	font: 12px/20px Arial, Helvetica, sans-serif;
}
ul, ol {
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
#center ul li, #center ol li {
	margin-left: 15px;
}
hr {
	border-bottom: 1px solid #BEBEBE;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
h1 {
	font-size: 22px;
	line-height: 20px;
	font-weight: normal;
	color: #093860;
	padding: 7px 0px 10px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 13px 0px 13px 12px;
	background: url(images/h2.gif) no-repeat left top;
	color: #093860;
}
h3 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #093860;
}
h4 {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
table td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.text10 {
	font-size: 10px;
	line-height: 16px;
}
.text11 {
	font-size: 11px;
	line-height: 17px;
}
.text12 {
	font-size: 12px;
	line-height: 18px;
}
.text13 {
	font-size: 13px;
	line-height: 17px;
}
.text14 {
	font-size: 14px;
	line-height: 18px;
}
.text15 {
	font-size: 15px;
	line-height: 18px;
}
.text16 {
	font-size: 16px;
	line-height: 19px;
}
.text17 {
	font-size: 17px;
	line-height: 20px;
}
.text18 {
	font-size: 18px;
	line-height: 20px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.clear {
	clear: both;
}
.align-image-left {
	float: left;
	margin: 3px 5px 0px 0px;
}
.align-image-right {
	float: right;
	margin: 0px 0px 5px 5px;
}
.image-border {
	border: 1px solid #999;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.center {
	text-align:center;
}
.underline {
	text-decoration:underline;
}
.nounderline {
	text-decoration:none;
}
.red {
	color:#de251c;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.absolute {
	position:absolute;
}
.strike {
	text-decoration:line-through;
}

/* --------------- FORM ELEMENTI ------------------ */
form p {
}
form label {
	float: left;
	width: 275px;
	padding-top: 2px;
}
form input[type=text], form input[type=password], form textarea {
	padding: 3px 2px;
	width: 300px;
	background: #f1f5f8 url(images/input2.gif) repeat-x top;
	border: 1px solid #bacfe1;
	font: 12px Arial, Helvetica, sans-serif;
}
form input[type=text]:hover, form input[type=password]:hover, form textarea:hover, form input[type=text]:focus, form input[type=password]:focus, form textarea:focus {
	border: 1px solid #7EA6C7;
	background: #EAF0F4 url(images/input2.gif) repeat-x top;
}
form input[type=submit] {
	font-weight: bold;
	padding: 8px 0px 9px;
	background: url(images/submit.gif);
	border: none;
	width: 306px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	cursor:pointer;
	margin-left: 10px;
}
form textarea {
	height: 140px;
}
form select {
	padding: 2px;
	padding: 3px 2px;
	background: #f1f5f8 url(images/input2.gif) repeat-x top;
	border: 1px solid #bacfe1;
	font: 12px Arial, Helvetica, sans-serif;
}
.visualConfOkvir {
	border: 1px solid #CCC;
}
.errorlist {
	list-style:none outside none;
	margin:5px 0 0 262px;
	padding:0;
}
.errorlist li {
	margin: 0px 0px 0px 250px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #900;
}
fieldset {
	padding: 10px;
	margin-bottom: 15px;
	background: url(images/grad.gif) repeat-x top;
	border-top: 1px solid #C4DAEC;
	border-right: 1px solid #C4DAEC;
	border-bottom: 2px solid #C4DAEC;
	border-left: 1px solid #C4DAEC;
}
legend {
	font-weight: bold;
}
#wrapper {
	margin: auto;
	width: 958px;
	background: #FFF;
}
#top {
	height: 45px;
	position: relative;
	z-index: 10;
}
#top .absolute {
	margin-top:17px;
}
#login-wrapper {
	position: absolute;
	background: url(images/login.png) no-repeat left top;
	height: 135px;
	width: 304px;
	z-index: 100;
	margin-top: 16px;
	font-size: 11px;
	color: #FFF;
	display: none;
}
#login {
	height: 90px;
	width: 275px;
	position: absolute;
	margin: 0px;
	padding: 14px 10px 10px 14px;
}
#login input[type=text], #login input[type=password] {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	width: 147px;
	padding: 2px 5px 2px 3px;
	background:transparent;
	margin-top: 4px;
	border:none;
}
#login a {
	color: #FFF;
	text-decoration: none;
}
#login a:hover {
	color:#fff;
}
#login label {
	float: left;
	width: 125px;
}
#login .input {
	position: absolute;
	margin-top: 6px;
	background: url(images/input.gif) no-repeat right top;
}
#login .password {
	position: absolute;
	margin-top: 35px;
	background: url(images/input.gif) no-repeat right top;
}
#login .login-links {
	position: absolute;
	margin-top: 70px;
	font-size: 10px;
	line-height: 15px;
}
#login input[type=submit] {
	position: absolute;
	background: url(images/login.gif) no-repeat;
	width: 71px;
	color: #FFF;
	cursor:pointer;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 4px 0px 7px;
	margin: 72px 0px 0px 205px;
	border-style: none;
}

#logedin {
	margin: 0;
	padding: 0px;
	position: absolute;
	width:500px;
}
#logedin .button1 {
	z-index: 5;
	position: absolute;
	min-width:125px;
}
#logedin .user {
	width: 200px;
	padding: 5px 0px;
	margin-bottom: 9px;
}
#logedin p {
	float: left;
	width: 110px;
	padding-left: 22px;
}
#logedin a {
	text-decoration: none;
}
#logedin-buttons {
	background: url(images/logedin.gif) no-repeat left bottom;
	margin: 17px 0px 0px 5px;
	padding: 5px 0px 7px 5px;
	list-style: none;
	position: absolute;
	width: 110px;
	z-index: 1;
	height: 80px;
	display: none;
}
#logedin-buttons li {
	padding: 0px;
	margin: 0px;
}
#logedin-buttons li a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	padding-left: 6px;
	display: block;
	width: 99px;
}
#logedin-buttons li a:hover {
	background: #D22B0D;
}


/* buttons */
#top .button1 {
	position: absolute;
}
.button1 {
	background: url(images/button-left.gif) no-repeat left bottom;
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	margin-right: 4px;
	font-size:11px;
}
.button1 span {
	background: url(images/button-right.gif) no-repeat right bottom;
	display: block;
	padding: 0px 10px 2px;
}
.button2, .minus, .plus, .update, .delete {
	background: url(images/button2.gif) no-repeat left bottom;
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	margin-right: 4px;
	font-size:11px;
}
.button2 span, .minus span, .plus span, .update span, .delete span {
	background: url(images/button2-right.gif) no-repeat right bottom;
	display: block;
	padding: 0px 10px 2px;
}
.button2:hover, .minus:hover, .plus:hover, .update:hover, .delete:hover {
	color:#fff;
	text-decoration:none;
	background: url(images/button2.gif) no-repeat left top;
}
.button2:hover span, .minus:hover span, .plus:hover span, .update:hover span, .delete:hover span {
	background: url(images/button2-right.gif) no-repeat right top;
}


.register {
	margin-left:57px;
	width:95px;
}
.logedin span {
	background: url(images/button-right2.gif) no-repeat right bottom;
	padding: 0px 23px 2px 10px;
}
.button1:hover {
	color: #FFF;
	text-decoration: none;
}

/*--------------------------PRVA RAZINA--------------------------*/
#nav { /* all lists */
	list-style: none;
	margin: 17px 0px 0px 158px;
	padding: 0px;
	z-index:3;
	height: 28px;
	position: absolute;
	width: 800px;
}
#nav li { /* all list items */
	float: right;
	margin-left: 2px;
}
#nav li a {
	display:block;
	color: #FFF;
	text-decoration: none;
	background: url(images/nav-left.gif) no-repeat left bottom;
}
#nav li a span {
	display:block;
	padding: 3px 10px 5px;
	background: url(images/nav-rigth.gif) no-repeat right bottom;
}
#nav li a:hover, #nav li a.active {
	background: url(images/nav-left.gif) no-repeat left top;
}
#nav li a:hover span, #nav li a.active span {
	background: url(images/nav-rigth.gif) no-repeat right top;
}

/*----------------------------------------DRUGA RAZINA----------------------------------*/
#nav ul {
	width:185px;
	background: #246eab;
	position: absolute;
	left: -999em;
	margin: -1px 0 0 0px;
	padding: 0px;
	list-style: none;
	border: 1px solid #1c6097;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
}
#nav ul li {
	width: 185px;
}
#nav ul li a {
	background:none;
	color: #FFF;
	text-align: left;
	line-height: 17px;
	margin: 0px;
	padding: 5px 10px;
	display: block;
	width: 165px;
	border-bottom: 1px solid #5087b5;
}
#nav ul li:last-child a {
	border:none;
}
#nav ul li a span, #nav ul li a:hover span, #nav li ul a.active span {
	background:none;
	margin:0;
	padding:0;
}
#nav li ul li a:hover, #nav li ul a.active {
	color: #fff;
	background: #5091c7;
	background-image: none;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav a.sub {
}
#nav a.sub:hover {
}
#nav li:hover, #nav-left li.hover {
    position: static;
}

#head {
	height: 216px;
	background: url(images/head.jpg) no-repeat left top;
	margin: auto;
}
#flash {
	position:absolute;
	margin: 0 0 0 -8px;
}
#logo {
	display: block;
	background: url(images/logo.jpg) no-repeat;
	height: 51px;
	width: 328px;
	position: absolute;
	z-index:0;
	margin: 40px 0px 0px 215px;
}
#text {
	position:absolute;
	width: 350px;
	font-size: 17px;
	line-height: 23px;
	color: #FFF;
	z-index:0;
	margin: 95px 0px 0px 225px;
}
#cart{
	background: url(images/kosarica.gif) no-repeat;
	height: 104px;
	width: 300px;
	margin: 27px 0px 0px 593px;
	position: absolute;
	padding: 16px 0px 0px 17px;
	font-size: 12px;
}
#cart p {
	margin: 0px 0px 3px;
	padding: 0px 3px 7px;
	background: url(images/sep.gif) repeat-x bottom;
}
#cart label {
	float: left;
	width: 195px;
	color:#0c528c;
}
#cart strong {
	font-size: 16px;
	color: #FFF;
}
#cart .button {
	background: url(images/dovrsi-kupovinu.jpg) no-repeat left top;
	width: 100px;
	padding: 5px 0px 8px 42px;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0px 6px 0px 0px;
}
#cart .view-cart {
	background: url(images/pregled-kosarice.jpg);
}
.added, #cart-info {
	font-weight: bold;
	position: absolute;
	color: #FFF;
	background: #3277B0;
	margin: 10px 0 0 0px;
	padding: 5px 7px;
	border: 1px solid #2066A1;
	font-size: 10px;
	width: 300px;
	z-index: 10;
}
.triangle {
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	margin:-18px 0 0 10px;
	background: url(images/triangle-trans.png) no-repeat left top;
}

#home {
	position:absolute;
	margin: 179px 0px 0px 14px;
	background: url(images/home.gif) no-repeat left top;
	display:block;
	height: 11px;
	width: 11px;
}
#home:hover {
	background: url(images/home.gif) no-repeat right top;
}
#bc {
	padding: 10px;
	position: absolute;
	margin: 165px 0px 0px 40px;
	color: #d0e2f1;
	font-size: 11px;
}
#bc a {
	background: url(images/bc.gif) no-repeat right 3px;
	margin-right: 5px;
	padding-right: 15px;
	color: #98c7ed;
	text-decoration: none;
}
#bc a:hover {
	color:#d0e2f1;
}

#search {
	position: absolute;
	height: 25px;
	width: 250px;
	background: url(images/search.gif) no-repeat left top;
	margin:174px 0 0 704px;
}
#search p {
	position:absolute;
	width:auto;
}
#search p:first-child {
	z-index:5;
}
#search input[type=text] {
	border-style: none;
	width: 140px;
	padding: 2px;
	font-size: 11px;
	color: #acacac;
	z-index: 3;
	background:transparent;
	margin: 3px 0px 0px 5px;
}
#search input[type=submit] {
	height: 22px;
	width: 22px;
	margin-left: 153px;
	cursor:pointer;
	background: transparent;
	border:none;
}
#search .adv-search {
	position:absolute;
	margin-left: 182px;
	font-size: 10px;
	line-height: 11px;
	width: 70px;
}
#search .adv-search a {
	text-decoration: none;
	color: #b2d2ea;
}



#container {
	padding-top: 13px;
}
.editable {
	padding-top: 8px;
}
#container:after, .feat-news:after, .detail:after, #logo-slideshow:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#left {
	float: left;
	width: 160px;
}

#nav-left {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav-left ul ul {
	display:none;
}
#nav-left li {
	background: #c8deeb url(images/category-nav.gif) no-repeat left top;
	display: block;
}
#nav-left .sub {
	background: url(images/sub.gif) no-repeat 142px center;
}

#nav-left li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 4px 5px 4px 10px;
	width: 145px;
	border-bottom: 1px solid #FFF;
}
#nav-left li:hover {
	background: #c8deeb url(images/category-nav.gif) no-repeat right top;
	color: #3282C1;
}
#nav-left ul {
	margin: 0px;
	padding: 0px;
	background: #bdd9ee;
	list-style: none;
}
#nav-left ul li {
	background:none;
}
#nav-left ul li a {
	display: block;
	margin: 0px;
	padding: 2px 0px 2px 12px;
	border-bottom: 1px solid #d2e5f4;
	font-size: 11px;
	width: 148px;
	color: #174f7d;
}
#nav-left ul ul li a {
	background:#C9E3F8 no-repeat;
	padding: 2px 0px 2px 16px;
	width: 144px;
}
#nav-left ul li:hover, #nav-left ul li a.activeCategory {
	background:#dbedfa no-repeat;
	color: #0A4F88;
}

#center {
	float: left;
	width:610px;
	margin-left: 15px;
}
#right {
	float: right;
	width:160px;
}

.panel {
	width: 160px;
	background: url(images/box-top.gif) no-repeat left top;
}
.panel h3 {
	color: #093860;
	font-size: 15px;
	padding: 11px 0px 11px 10px;
}
.panel-bottom {
	background: url(images/box-bottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
}
.panel .list {
	margin:5px 0 0;
	padding:0 0 5px;
	list-style:none;
}
.panel .list a {
	background: url(images/arrow.gif) no-repeat 9px 6px;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	padding: 1px 6px 1px 23px;
	display: block;
	width: 130px;
}
.panel .list a:hover {
	background: #E1EDF4 url(images/arrow.gif) no-repeat 9px 6px;
}
.list p {
	margin:0;
	padding:0;
}
.news-panel {
	background: url(images/news-box-top.gif) no-repeat left top;
}
.news-panel-bottom {
	background: url(images/news-box-bottom.gif) no-repeat left bottom;
}
.news-panel h3 {
	padding-left: 40px;
}
.feat-news {
	padding:7px 10px 10px;
	font-size: 11px;
}
.feat-news p {
	padding:0;
	margin:0;
	line-height: 17px;
}
.feat-news .title {
	font-weight: bold;
	font-size: 12px;
}
.feat-news .title a {
	color: #000;
	text-decoration: none;
}
.feat-news .date {
	font-size:10px;
	padding: 3px 0px;
}
.feat-news .more {
	background: url(images/more.gif) no-repeat left top;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	margin: 9px 0 10px 70px;
}


#logos {
	background: url(images/box2-top.gif) no-repeat left top;
	width: 955px;
	margin-top: 7px;
	text-align: center;
}
#logos-bottom {
	background: url(images/box2-bottom.gif) no-repeat left bottom;
	min-height: 15px;
	font-size: 11px;
	padding: 10px 10px 5px;
}
#logos p {
	margin:0;
	padding:0;
}
#logos img {
	margin: 10px;
	float: left;
}


#footer {
	height: 90px;
	background: url(images/footer.jpg) no-repeat center bottom;
	margin: auto auto 15px;
	width: 965px;
	font-size: 10px;
	color: #8e8888;
	line-height: 17px;
	padding-top: 50px;
	padding-left: 30px;
}
#footer a {
	text-decoration:none;
	color: #8e8888;
}
#footer a:hover {
	color:#093860;
}
#footer p {
	margin:0;
	padding:0;
}
#footer-menu {
	font-size: 11px;
	height: 30px;
}
#footer-menu a {
	color:#093860;
	background: url(images/footer-menu-sep.gif) no-repeat right 2px;
	margin-right: 8px;
	padding-right: 16px;
}
#footer-menu a:last-child {
	background:none;
}

/* -------------- PROIZVODI ---------------- */
.product {
	width: 195px;
	float:left;
	background: url(images/product-bottom.gif) no-repeat left bottom;
	margin: 0px 10px 13px 0px;
}
.product-top {
	background: url(images/product-top.gif) no-repeat left top;
	padding: 15px 15px 15px 10px;
}
.product .label {
	background: url(images/discount-trans.png) no-repeat;
	height: 42px;
	width: 48px;
	position: absolute;
	z-index: 10;
	margin: -16px 0px 0px 127px;
	font-size: 16px;
	color: #E52703;
	padding: 45px 0px 0px 13px;
}
.product .info {
	background: #e9f1f8;
	border: 1px solid #c4d8ea;
	padding: 2px 9px;
	font-size: 11px;
}
.product-right {
}
.product .title {
	font-weight: bold;
	margin: 0px;
	padding: 7px 0px 5px 4px;
}
.product .title a {
	color:#094e87;
	text-decoration:none;
}
.product .title a:hover {
	color:#000;
	text-decoration:none;
}
.product .price {
	margin: 0px;
	padding: 0px;
}
.product .more, .add_to_cart {
	background: url(images/more-product.jpg);
	padding: 7px 0px 7px 45px;
	width: 123px;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 7px;
}
.add_to_cart {
	background: url(images/addtocart.gif) no-repeat;
}
.add_to_cart a {
	text-decoration:none;
}
.add_to_cart:hover {
	text-decoration:none;
}
.categories {
	padding: 10px 0px;
}
.categories .button2 {
	margin-bottom:5px;
}

/*------------DETALJI PROIZVODA---------------*/
.detail {
	background: url(images/h2.gif) no-repeat left top;
	padding: 13px 25px 13px 12px;
}
.product-info {
	float: left;
	width: 260px;
}
.product-info label {
	font-weight: bold;
}
.product-info p {
	margin: 0px;
	padding: 0px 0px 4px;
}
.product-images {
	float: right;
	width: 270px;
	background: #E6EFF7;
	border: 1px solid #CBDEEF;
	padding-bottom: 10px;
	min-height:327px;
}
#slideshow {
	margin: 0px 10px 0 10px;
	*margin-bottom: 3px;
}
#slideshow img {
	border: 1px solid #CBDEEF;
	margin-top: 10px;
}
#thumbs {
	margin: 0px;
	padding: 0px;
	position:relative;
}
#center .thumbs li {
	width: 50px;
	float: left;
	list-style: none;
	margin: 0px 3px 0px 10px;
	padding: 0px;
}
#thumbs a { width: 50px; padding: 3px; display: block; border: 1px solid #CBDEEF; }
#center .thumbs a.activeSlide {
	border: 1px solid #AECBE6;
}
#thumbs a:focus { outline: none; }
#thumbs img { border: none; display: block }
.product-download {
}
.product-download h2 {
}
.product-download p {
}
.product-images img {
}

/* -------------------------------------- SORTIRANJE ------------------------------------- */
.sort {
	padding: 8px 10px 10px;
	margin: 5px 0 10px 0;
	background: url(images/h2.gif) no-repeat left top;
}
.sort .up, .sort .down {
	background: url(images/up.gif) no-repeat left 4px;
	display: inline-block;
	height: 16px;
	width: 16px;
}
.sort .down {
	background: url(images/down.gif) no-repeat left 4px;
}
.filter {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #acc6da;
	margin: 0px 5px;
}


/* -------------- PAGINATOR ---------------- */
#paginator {
	padding: 14px 0px;
	text-align: center;
}
#paginator a, #paginator span {
	padding: 5px 9px;
	margin: 1px;
	background: #DDEAF4;
	color: #000;
	text-decoration: none;
	border: 1px solid #c4d8ea;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#paginator a:hover {
	background: #BAD3E9;
	border: 1px solid #7AACD6;
}
#paginator span {
	font-weight: bold;
	background: #BAD3E9;
	border: 1px solid #7AACD6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
}

#table {
	border-style: none;
}
#table td {
	padding: 4px 5px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #C4DAEC;
	border-left: none;
}
#table .head td {
	font-weight: bold;
	color: #000;
}


#cart-info {
	top: -500px;
	width: 400px;
}
#cart-info p {
	margin: 0px;
	padding: 5px 7px;
}
#cart-table {
	border-style: none;
}
#cart-table td {
	border-bottom: 1px solid #CCC;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#cart-table .head td {
	font-weight: bold;
	border-top: 1px solid #CCC;
}
#cart-table input[type=text] {
	width: 25px;
	margin:1px 4px 0 0;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #E9E9E9;
}
.item-total {
	font-weight: bold;
}
#btns .button1 {
	float: right;
	margin: 0px 0px 0px 4px;
}
.qty-input {
	padding: 2px;
	float: left;
	width: 20px;
	border: 1px solid #F1E4E4;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 5px 2px 0px 3px;
}
.qty {
	padding: 2px 5px 0 0;
}
#cart-table .title {
	font-size:11px;
}
.qty, .minus, .plus {
	float:left;
}
#total {
	margin: 8px 0px 15px;
	text-align:right;
	padding: 0 5px 0 0;
}
#sc_total {
	font-size:17px;
	color:#de251c;
}
.total {
	margin: 0px;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
}
.total label {
	float:left;
	width:450px;
}
#btns {
}
#cart-step {
	margin: 10px 0px 0px 2px;
	background: url(images/steps.gif) no-repeat left bottom;
	height: 41px;
}
#cart-step>div:last-child>a {
	width:100px;
}
#cart-step a, #cart-step .current_step {
	float: left;
	width: 115px;
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #0d538c;
	line-height: 13px;
	padding: 15px 0px 3px 38px;
}
#cart-step .current_step {
	color: #000;
}
#cart-step .current_step_1 {
	background: url(images/current_step_1.gif) no-repeat left top;
}
#cart-step .current_step_2 {
	background: url(images/current_step_2.gif) no-repeat left top;
}
#cart-step .current_step_3 {
	background: url(images/current_step_3.gif) no-repeat left top;
}
#cart-step .current_step_4 {
	background: url(images/current_step_4.gif) no-repeat left top;
	width:105px;
}
#cart-step .completed_step {
	text-decoration: line-through;
	color: #000;
}
#cart-step span {
	display:none;
	position: absolute;
	font-weight: normal;
	background: #FFF;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: -38px 0px 0px -60px;
	line-height: 17px;
	color: #000;
	width: 200px;
	z-index:20;
}

.related {
	background: url(images/grad.gif) repeat-x top;
	padding: 5px;
	width: 100px;
	float: left;
	border: 1px solid #D2E6F0;
	margin: 0px 0px 6px 6px;
}
.related .title {
	text-align: center;
	line-height: 18px;
}
.related .title a {
	text-decoration: none;
}
.share { height:35px; }
#promotioncode { float:left; width:300px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; margin-top: 10px; padding: 6px 8px 8px; border: 1px solid #ccc; }
	#promotioncode h3 { margin: 0px; padding: 0px 0px 5px; font-size: 13px; font-weight: bold; }
	#promotioncode input[type=text] { background: #f1f5f8 url(images/input2.gif) repeat-x top; border: 1px solid #bacfe1; float:left; padding: 4px; width: 225px; font: 12px Arial, Helvetica, sans-serif; margin-right: 5px; }
	#promotioncode .button2 { float:left; }
	#promotioncode p { padding-bottom: 2px; }
#total-entry { float:right; width:254px; }
	#total-entry label { width:auto; }
