﻿/*
Elegium main stylesheet
by Themetorium
http://themeforest.net/user/Themetorium
*/

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../image/body-bg.png);
	background-repeat: repeat-x;
	background-color: #E8EBEE;
	color: #00506F;
	font-family: 'Ubuntu', sans-serif;
	margin: 5px 10px 5px 10px;
	padding: 0px;
}
::selection {
	background: #0082B3;
	color: #00506F;
	

	text-shadow: none;

}
body, td, th, input, textarea, select, a {
	/*


	font-size: 13px;*/
	border: none;
	
}
h1 {
	color: #00A1E0;
	margin-bottom: 4px;
	margin-top:20px;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
}
p {
	margin-top: 0px;
	line-height: 19px;
}
a, a:visited, a b {
	color:#007BAA;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color: #00A1E0;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #EAEAEA;
	padding: 3px;
	margin: 5px 0 5px 0;
	color: #00506F;
}
textarea {
	width: 97% !important;
}
select {
	background: #FCFCFC;
	border: 0px 
	padding: 2px;
	margin-top: 5px;
	color: #00506F;
}
label {
	cursor: pointer;
}

/* Begin layout */
#container-wrapper {
	max-width: 81.375em;
	padding-left: 0.625em;
    padding-right: 0.625em;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
}
#container {
	background: rgb(250, 250, 250);
	padding: 15px 5px 0 10px;
	margin-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #e1e1e1;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
#column-left {
	float: left;
	width: 215px;
	margin: 0 0 30px 0;
	border-right: 1px dotted #ccc;
}
#column-right {
	float: right;
	width: 215px;
	margin: 0 0 30px 0;
	border-left: 1px dotted #ccc;
}
#content {
	padding: 0 0 15px 0;
}
#column-left + #column-right + #content {
	margin-left: 234px;
	margin-right: 234px;
}
#column-right + #content {
	margin-right: 234px;
}
#column-left + #content {
	margin-left: 234px;
}
/* End layout */

/* Begin currency-language dropdown */
#language {
	position: absolute;
	top: 0px;
	right: 436px;
	width: auto;
	text-align: left;
	z-index: 9999;
}
#language img {
	cursor: pointer;
}
#language a {
	display: block;
	padding: 4px 5px 4px 30px; 
	color: #00506F;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;	
	white-space:nowrap;
	font-size: 12px;	
}
#language a:hover {
	color: #0082B3;
}
#language-options {
	border-top: 1px solid #eee;
	margin: 0 2px;
	padding-top: 2px;
}
#language-switcher {
	background: #FCFCFC;
	border: 1px solid #E6E6E6;
	
	border-radius: 1px;	
}
.language-selected {
	display: block;
	line-height: 17px;
	padding: 4px 7px 3px 7px;
	color: #00506F;
	text-decoration: none;
	cursor: pointer;
	margin-right: 7px;
	margin-bottom: 2px;	
	background: url('../image/arrow-down-small.png') 100% 60% no-repeat;	
}
.language-selected img{
	float:left; 
	margin: 3px 6px 0 0;	
}

#currency {
	position: absolute;
	width: auto;
	top: 10px;
	right: 200px;
	text-align: left;
	z-index: 9999;
}
#currency a {
	display: block;
	padding: 4px 6px;
	color: #00506F;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;	
	white-space:nowrap;
	font-size: 12px;	
}
#currency a:hover {
	color: #0082B3;
}
#currency-options {
	border-top: 1px solid #eee;
	margin: 0 2px;
	padding-top: 2px;
}
#currency-switcher {
	background: #FCFCFC;
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;	
}
.currency-selected {
	display: block;
	line-height: 17px;
	padding: 4px 16px 3px 6px;
	color: #00506F;
	text-decoration: none;
	cursor: pointer;
	margin-right: 7px;
	margin-bottom: 2px;	
	background: url('../image/arrow-down-small.png') 100% 60% no-repeat;	
}
#currency a b {
	color: #00506F;
	text-decoration: none;
}
/* End currency-language dropdown */

/* header */
#header-area {
	padding-top: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #232323;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#header-wrapper {
	max-width: 81.375em;
	padding-left: 0.625em;
    padding-right: 0.625em;
    margin-left: auto;
    margin-right: auto;
}
#header {
	height: 300px;
	position: relative;
	background-color: #23252B;
	background-image: url(../image/background.jpg);
}
}
#header #logo {
	position: relative;
	top: 10px;
	left: 0px;
}

/* Begin header cart */
#header #cart {
	position: absolute;
	top: 65px;
	right: 4px;
	z-index: 999;
	min-width: 300px;
}
#header #cart .heading {
	text-align: right;
}
#header #cart .heading h4 {
	margin: 0;
}
#header #cart .heading a {
	position: relative;
    top: -20px;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	padding: 7px 30px 7px 5px;
	background: url(../image/cart-small.png) 100% 50% no-repeat;
}
#header #cart .heading a span {
	background: none;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	background: #FCFCFC;
	padding: 8px;
	min-height: 150px;
	
	
}
#header #cart.active .heading {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px dashed #ddd;
}
.mini-cart-info td a {
	color: #00506F;
	font-weight: bold;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	padding: 2px;
	text-align: center;
	
	
	
}
.mini-cart-info .name small {
	color: #00506F;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
#header #cart .checkout a {
	background-image: url(../image/button-bg.png);
	background-repeat: repeat;
	background-color: #FCFCFC;
	border: none;
	padding: 6px 10px;
	margin-left: 10px;
	color: #555;
	text-decoration: none;
	cursor: pointer;
	line-height: 17px;
	
	}
#header #cart .checkout a:hover {
	background-image: url(../image/button-hover-bg.png);
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
/* End header cart */

/* Begin header search */
#header #search {
	
	   
text-align: center;
	z-index: 999;
	
}
#header .button-search {
	position: absolute;
    left: 745px;
	top:183px;
    text-align: center;
	background: url('../image/searchBig.png') center center no-repeat;
	width: 95px;
	height: 52px;
	cursor: pointer;
}
/*
#header #search input {
	position: absolute;
    left: 460px;
	top:180px;
	padding: 0 50px 0 20px;
    height: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 50px;
    font-size: 20px;
    font-size: 1.1625rem;
	
	
}
*/
/* End header search */

/* Begin header welcome */
#header #welcome {
	position: absolute;
	top: 20px;
	right: 2px;
	z-index: 9999;
	width: auto;
	text-align: right;
	font-size: 12px;
	color: #cacaca;
}
#header #welcome a:hover {
	text-decoration: underline;
	color: #cacaca;
	
}

#header #welcome a {
	color: #00A1E0;
	
}
/* End header welcome */

/* Begin header links */
#header .links {
	position: absolute;
	right: 1px;
	top: 2px;
	z-index: 9999;
}
#header .links-mobile {
	display: none;
}
#header .links a {
	display: block;
	float: left;
	font-size: 12px;
	color: #FCFCFC;
	background: url(../image/arrow-right-small.png) 0 50% no-repeat;
	padding-left: 8px;
}
#header .links a:hover {
	text-decoration: underline;
	color: #cacaca;
}
#header .links a + a {
	margin-left: 10px;
}
.text-home {
	display: none;
}
/* End header links */

/* Begin menu */
#menu-area {
}
#menu-wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index:999;
}
#menu-mobile {
	display: none;
}
#menu {
	height: 40px;
	background-image: url(../image/menu-bg.png);
	background-repeat: repeat;
	background-color: #444;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}
.menu-home-link a {
	background: url(../image/home.png) 50% 45% no-repeat;
	width: 25px;
	height: 30px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	background: url(../image/menu-split.png) right no-repeat;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #FCFCFC;
	line-height: 40px;
	padding: 0px 12px 0px 10px;
	position: relative;
	text-decoration: none;
	text-shadow: 0px -1px 0px #000;
	z-index: 6;
}
#menu > ul > li:hover > a {
	color: #00A1E0;
	}
#menu > ul > li > div {
	position: absolute;
	display: none;
	overflow: hidden;
	z-index: 5;
	background-image: url(../image/footer-shadow.png);
	background-repeat: repeat-x;
	background-color: rgb(94, 94, 94);
	border-width: 1px;
	border-style: solid;
	border-color: #3A3A3A;
	border-top: none;
	padding: 10px 10px 7px 10px;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	background: url(../image/arrow-right-small-white.png) left 10px no-repeat;
	padding: 5px 5px 5px 9px;
	color: #FCFCFC;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	color: #00A1E0;
}
#menu > ul > li > div > ul > li > a {
	color: #FCFCFC;
}
/* End menu */

/* Begin slider shadow */
.slider-shadow {
	height: 10px;

	background: url(../image/slider-shadow.png) top center no-repeat;
	margin: 10 -15px 0 -15px;
	padding-bottom: 10px;
}
/* End slider shadow */

/* Begin breadcrumb */
.breadcrumb {
	height: 0px;
	color: rgb(43, 42, 42);

	
	margin: 0 0 0 0;
	

}
.breadcrumb a {
	color: #00506F;

		

}
/* End breadcrumb */

/* Begin notice */
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin: 15px 0 15px 0;
	color: #00506F;
	
}
.success a, .warning a, .attention a, .information a {
	color: #0082B3;
}
.success {
	background: #F4FAED url('../image/success.png') 10px center no-repeat;
	border: 1px solid #E0EBD3;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FCFCFC5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
/* End notice */

.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #EE4848;
}
.help {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	max-width: 100%;
}
table.list {
	background: #FCFCFC;
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
table.list thead td {
	background-color: #f3f3f3;
	padding: 0px 5px;
	color: #00506F;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}

/* Begin pagination */
.pagination-top {
	display: inline-block;
	width: 100%;
	padding-top: 5px;
		padding-bottom: 5px;
}
.pagination-bottom {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
}
.pagination-top .links, .pagination-bottom .links {
	float: left;
}
.pagination-top .links a, .pagination-bottom .links a {
	display: inline-block;
	background: #eee;
	padding: 3px 8px;
	text-decoration: none;
	color: #00506F;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 12px;
	border-radius: 1px;
}
.pagination-top .links a:hover, .pagination-bottom .links a:hover {
	color: #00506F;
	background: #eee;
}
.pagination-top .links b, .pagination-bottom .links b {
	display: inline-block;
	background: #d6d6d6;
	padding: 3px 8px;
	font-weight: normal;
	text-decoration: none;
	color: #00506F;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}
.pagination-top .results, .pagination-bottom .results {
	float: right;
	padding-top: 3px;
}
/* End pagination */

/* button */
a.button {
	background-image: url(../image/button-bg.png);
	background-repeat: repeat;
	background-color: #FCFCFC;
	border: none;
	padding: 5px 10px;
	color: #FCFCFC;
	text-decoration: none;
	cursor: pointer;
	
}
input.button {
	background-image: url(../image/button-bg.png);
	background-repeat: repeat;
	background-color: #FCFCFC;
	border: none;
	padding: 4px 10px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	
}
a.button:hover, input.button:hover {
	background-image: url(../image/button-hover-bg.png);
}

input.button-product-page-pdf {
	
	background-repeat: repeat;
	background-color: #0082B3;
	border: none;
	padding: 6px 18px;
	font-size: 13px;
	color: #FCFCFC;
	text-decoration: none;
	cursor: pointer;
	line-height: 17px;
	
}
input.button-product-page-pdf:hover {
	background-image: url(../image/button-product-hover-bg.png);
}





input.button-product-page {
	background-image: url(../image/button-product-bg.png);
	background-repeat: repeat;
	background-color: #0082B3;
	border: none;
	padding: 6px 20px;
	font-size: 13px;
	color: #FCFCFC;
	text-decoration: none;
	cursor: pointer;
	line-height: 17px;
	text-align: left;
	
}
input.button-product-page:hover {
	background-image: url(../image/button-product-hover-bg.png);
}
input.button-product {
	background-image: url(../image/button-product-bg.png);
	background-repeat: repeat;
	background-color: #0082B3;
	border: none;
	padding: 4px 10px;
	color: #FCFCFC;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	line-height: 17px;
}
input.button-product:hover {
	background-image: url(../image/button-product-hover-bg.png);
}
.buttons {
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 36px;
	line-height: 16px;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
}

.naslov {
    height: 20px;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
    font-size:17px;
    font-weight: bold;
    background: rgb(215, 246, 253);
}
.naslov2 {
    height: 30px;
    padding: 10px 10px 10px 10px;
    font-size:13px;
    font-weight: bold;
    background: rgb(236, 248, 250);

   }
.opis {
    padding: 5px 5px 5px 5px;
    font-size:13px;
    background: rgb(252, 230, 251);

}

.razmak {
    height: 20px;
    line-height: 20px;


}
.htabs a {
	background: #eee;
	padding: 10px 13px 10px 13px;
	margin-right: 5px;
	float: left;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #00506F;
}
.htabs a.selected {
	padding-bottom: 10px;
	background: #e2e2e2;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}
.tab-description2, .tab-attribute2, .tab-review2, .tab-related2 {
}
.tab-content {
	padding: 20px 0 15px 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 25px;
	margin-left: 15px;
	z-index: 2;
	float:left;
}
.tab-content ul {
	line-height: 19px;
}

.tab-content .boxgrid-bottom .price{
	color: #00A1E0;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 13px;

}

.tab-content .boxgrid-bottom .price-old {
	float: right;
	color: #CC0000;
	font-size:11;
	font-weight: normal;
	margin:-2px -5px 0px 0px;
	text-decoration: line-through;

}

.tab-content .boxgrid-bottom .price-new {
	font-weight: bold;
	margin:10px -34px 0px 0px;
	float: right;
	/*margin-left: 20px;*/

}

.tab-content .boxgrid .image{
	float: left;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
	margin-bottom: 0px;
	padding: 0px 0px 0 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

#captcha {
	margin-top: 10px;
}
.tags {
	background: url(../image/tags.png) left center no-repeat;
	padding: 5px 5px 5px 25px;
	margin-bottom: 20px;
	float:left;
}
.idealPlace {
	padding: 2px 2px 7px 2px;
	
    text-align: center;
	    color: white;
		font-size: 20px;
}
/* Begin welcome */
.welcome {
	display: none;
}
.welcome-message {
	padding: 2px 2px 7px 2px;
	position: absolute;
    top: 120px;
	left: 320px;
    text-align: center;
	    color: white;
		font-size: 20px;
}
#column-left .welcome-message {
	padding: 0 15px 10px 0;
}
#column-right .welcome-message {
	padding: 0 15px 10px 15px;
}
/* End welcome */

/* BEGIN BOX */
.box {
	padding-bottom: 15px;
	float:left;
}
/* Begin box heading */
.box .box-heading {
	font-size: 16px;
	text-align: left;
	color: #FCFCFC;
	margin: 5px 0 0 -16px;
}
.box .box-heading span {
	background-image: url(../image/default.png);
	background-position:  8px center;
	background-repeat: no-repeat;
	background-color: #005575;
	padding: 5px 8px 5px 26px;
	
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	
}
.box .box-heading .account {
	background-image: url(../image/bullet-1.png);
	background-position:  5px center;
	background-repeat: no-repeat;
	background-color: #005575;
}
.box .box-heading .category {
	background-image: url(../image/bullet-1.png);
	background-position:  8px center;
	background-repeat: no-repeat;
	background-color: #005575;
}
.box .box-heading .info {
	background-image: url(../image/info2.png);
	background-position:  5px center;
	background-repeat: no-repeat;
	background-color: #005575;
}
.box .box-heading .latest{
	background-image: url(../image/bullet-1.png);
	background-position:  7px center;
	background-repeat: no-repeat;
	background-color: #005575;
}
.box .box-heading .featured {
	background-image: url(../image/bullet-1.png);
	background-position:  8px center;
	background-repeat: no-repeat;
	background-color: #005575;
}
.box .box-heading .specials {
	background-image: url(../image/bullet-1.png);
	background-position:  5px center;
	background-repeat: no-repeat;
	background-color: #005575;
}
.box .box-heading .bestsellers {
	background-image: url(../image/bullet-1.png);
	background-position:  5px center;
	background-repeat: no-repeat;
	background-color: #005575;
}
#column-right .box .box-heading {
	margin-left: -1px;
}
#column-left + #content .box .box-heading,
#column-left + #column-right + #content .box .box-heading {
	margin-left: 0;
}
/* End box heading */

.box .box-content {
	margin-top: 25px;
	text-align: left !important;
}
#column-right .box .box-content {
	margin-left: 15px;
}
.affiliate > ul {
	line-height: 20px;
	list-style: none;
	padding: 0;
}
.affiliate > ul li {
	background: url('../image/arrow-right-small.png') left 7px no-repeat;
	padding-left: 8px;
	color: #00506F;
	font-size: 13px;
}
.affiliate > ul li a {
	color: #00506F;
	font-size: 12px;
}
.box-account-content, .box-information-content {
	margin-top: 20px;
}
#column-right .box-account-content, #column-right .box-information-content {
	margin-left: 15px;
}
.box-account-content ul, .box-information-content ul {
	list-style-type: none;
	padding: 3px 15px 0 0;
	line-height: 22px;
}
.box-account-content ul li, .box-information-content ul li {
	background: url(../image/arrow-right-small.png) left 10px no-repeat;
	padding-left: 8px;
}
.box-account-content ul li a, .box-information-content ul li a {
	color: #00506F;
	font-size: 12px;
}

/* Begin middle column content  */
#column-left + #column-right + #content .box-product > div {
	width: 222px;
	margin-left: 8px;
	margin-right: 7px;
}
/* End middle column content  */

/* Begin box-product */
.box-product {
	width: 100%;
	float:left;
}
.box-product > div {
	position: relative;
	width: 306px;
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	text-align: left;
}
.box-product .boxgrid {
	position: relative;
	overflow: hidden;
	/*background: url(../image/noimage.gif) center no-repeat;
	height: 130px;
	*/
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
	background-color: #fff;
	padding: 2px;
/* Firefox */

	
}
.box-product .image {
	position: relative;
	display: block;
	overflow: hidden;
	
}
.box-product .image img {
	/*padding: 2px;*/
	max-width: 100%;
	max-height: 100%;
	/*width: 220px;
	height: 150px;*/
}
.box-product-info {
	position: absolute;
	width: 300px;
	height: 227px;
	top: 300px;
	padding: 1px;
	margin-left: -2px;
	background: #FCFCFC;
	z-index: 9;
	
}

.box-product .rating {
	float: none;
}
#rating-none {
	opacity: 0.5;
	filter: Alpha(opacity=50); /* IE8 and earlier */
margin-left: 10px;
padding-top: 5px;
}
.box-product .description {
	margin-top: 25px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	text-align:center;
		margin-right: 10px;
margin-left: 10px;

}
<!--bharathi changes-->
.box-product .description a {
	display: block;
	color: #00506F;
	text-decoration: none;
}

.box-product-info .button-cart {
	position: absolute;
	width: 100px;
	height: 30px;
	right: 40px;
	bottom: 40px;
	background: url(../image/button-buynow.png) center -30px no-repeat;
	padding: 0;
	cursor: pointer;
	border: 0px;
	transition: all 0.2s ease-in-out;
	
}
.box-product-info .button-cart:hover {
	background: url(../image/button-buynow.png) center 0px no-repeat;
}
.box-product-info .more a {
	position: absolute;
	width: 100px;
	height: 30px;
	right: 160px;
	bottom: 40px;
	/*background: url(../image/button-details.png)center -30px no-repeat; */
	padding: 0px;
	transition: all 0.2s ease-in-out;
	
}

.box-product-info .more a:hover {
/*background: url(../image/button-details.png) center 0px no-repeat; */
}
box-product-info .wishlist a {
    position: absolute;
    width: 34px;
    height: 30px;
    right: 20px;
    top: 10px;
    background: url(../image/wishlist2.png) 8px -19px no-repeat;
    padding: 0;
    cursor: pointer;
	transition: all 0.2s ease-in-out;
	z-index:999;
}
.box-product-info .wishlist a:hover /* Category product-list only */ {
	background: url(../image/wishlist2.png) 8px 8px no-repeat;
}

<!--end bharathi changes-->
.box-product-info .detail {
	position: absolute;
	width: 100px;
	height: 30px;
	right: 160px;
	bottom: 25px;
	
	padding: 0px;
	
}
.box-product-info .detail:hover {
	
}

.box-product-info .wishlist a /* Category box-product only */ {         /* bharathi-->*/
	position: absolute;
	width: 34px;
	height: 30px;
	right: 2px;
	top: 2px;
	background: url(../image/wishlist2.png) 8px -19px no-repeat;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index:999;
}
.description > a{
  position: relative;
   z-index: 999;
}
.box-product-info .wishlist a:hover /* Category box-product only */ {
	background: url(../image/wishlist2.png) 8px 8px no-repeat;
}
.box-product-info .compare a /* Category box-product only */ {
	position: absolute;
	width: 34px;
	height: 30px;
	right: 136px;
	bottom: 10px;
	background: url(../image/compare2.png) 9px -21px no-repeat;
	border: 1px solid #DDD;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-product-info .compare a:hover /* Category box-product only */ {
	background: url(../image/compare2.png) 9px 8px no-repeat;
}
.box-product .boxgrid-bottom {
	padding-bottom: 14px;
	
}
.box-product .name {


	font-weight: bold;
	margin-left: 3px;
	margin-top: 5px;

	
}
.box-product .name a {
	
	font-size: 13px;
	margin-left: 3px;
	color: #00506F;
	text-decoration: none;
	

	
}
.box-product .name a:hover {
	text-decoration: underline;
	color: #00A1E0;
}
.box-product .price {
	
	color: #00A1E0;
	float: right;
	margin-right: 5px;
margin-top: -15px;
	
	font-weight: bold;
	
		
}
.box-product .price-old {
	/*float: right;*/
	color: #CC0000;
	
	font-weight: normal;
	margin:0px 0px 0px 0px;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
	margin:18px -0px 10px 10px;
	/*float: right;
	margin-left: 20px;*/
}
.ribbon-sale {
	position: absolute;
	background: url(../image/ribbon-sale.png) no-repeat;
	width: 50px;
	height: 50px;
	top: 10px;
	left: 3px;
}
/* End box-product */

/* Begin column left and column right box-product */
#column-left .box-product > div {
	width: 200px;
	background: none;
	margin: 0 0 10px 0;
	padding: 0px 0 10px 0;
	border-bottom: 1px dotted #DDD;
}
#column-right .box-product > div {
	width: 200px;
	background: none;
	margin: 0 0 10px 0;
	padding: 0px 0 10px 0;
	border-bottom: 1px dotted #DDD;
}
#column-left .box-product .boxgrid, #column-right .box-product .boxgrid {
	float: left;
	width: 75px;
	height: 50px;
	margin-right: 10px;
	background: url(../image/noimage-small.gif) center no-repeat;
}
#column-left .box-product .image, #column-right .box-product .image {
	display: block;
	float: left;
	width: 75px;
	height: 50px;
	overflow: hidden;
	text-align: center;
}
#column-left .box-product .box-product-info, #column-right .box-product .box-product-info,
#column-left .box-product .ribbon-sale, #column-right .box-product .ribbon-sale {
	display: none;
}
#column-left .box-product .boxgrid-bottom, #column-right .box-product .boxgrid-bottom {
	text-align: left;
	background: none;
	padding: 0;
	margin-top: -10px;
}
#column-left .box-product .name, #column-right .box-product .name {
	margin-top: 10px;
}
#column-left .box-product .name a, #column-right .box-product .name a {
	font-size: 12px;
}
/* End column left and column right box-product */

/* Begin box category */
#box-category-area {
	background: none;
	background-color:#F6F7F7;
}
ul.box-category {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 5px 4px 4px 0px;
}
ul.box-category > li {
	padding: 7px 7px 7px 0px;
}
ul.box-category > li + li {
	border-bottom: 0px dashed #e2e2e2;
}
ul.box-category > li > a {
	background: url(../image/bullet-1.png) left 3px no-repeat;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #00506F;
	padding-left: 10px;
}
ul.box-category > li > a:hover {
	color: #00A1E0;
	text-decoration: none;
	background: url(../image/bullet-1.png) left 3px no-repeat;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
	color: #008BBF;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 10px 5px 0px 20px;
	list-style-type: none;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	list-style-type: none;
	font-size: 13px;
	color: #00506F;
	display: block;
    background: url(http://www.3dmodels-textures.com/catalog/view/theme/elegium/image/bullet-1.png) left 3px no-repeat;
}
ul.box-category > li ul > li > a:hover {
	text-decoration: none;
	color: #00A1E0;
}
ul.box-category > li ul > li > a.active {
	font-weight: normal;
}
/* End box category */

/* Begin box filter */
#box-filter {
	margin-bottom: 20px;
}
ul.box-filter-inner {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.box-filter-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter-inner > li {
	display: inline-block;
	margin-right: 20px;
}
ul.box-filter-inner span {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
ul.box-filter-inner > li ul {
	padding-bottom: 10px;
}

#column-left ul.box-filter-inner > li {
	display: block;
	margin-right: 15px;
}
#column-right ul.box-filter-inner > li {
	display: block;
	margin: 0;
}
/* End box filter */
/* END BOX */

/* content */
#content .content {
	background: #F8F8F8;
	border: 1px solid #e0e0e0;
	padding: 15px;
	overflow: auto;
	margin-top: 15px;
	
	
}
#content .content ul {
	line-height: 19px;
	list-style: none;
	padding-left: 15px;
}
#content .content ul li {
	background: url('../image/arrow-right-small.png') 4px 7px no-repeat;
	padding-left: 15px;
	color: #00506F;
	font-size: 13px;
}
#content .content ul li a {
	font-size: 12px;
	color: #00506F;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-top-content {
	border: none;
	margin-bottom: 1px;
}
.category-info {
	overflow: auto;
}
.category-info ul {
	line-height: 19px;
}
.category-info .image {
	float: left;
	padding: 2px 2px 0 2px;
	margin-right: 15px;
	border: 1px solid #00506F;
}
.category-list {
	overflow: auto;
	margin-bottom: 7px;
}
.category-list span {
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
.category-list ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.category-list ul li a {
	display: inline-block;
	float: left;
	margin: 0 10px 10px 0;
	color: #FCFCFC;
	font-size: 12px;
	text-decoration: none;
	font-size: 11px;
	padding: 0 8px 0 8px;
	line-height: 20px;
	background-repeat: repeat;
	background-color: rgb(13, 106, 128);
	border: 2px solid white;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}
.category-list ul li a:hover {
	background-color: #0082B3;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #f3f3f3;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	overflow: auto;
	background: #EEE url(../image/product-filter-bg.png) repeat;
	padding: 0 10px 0 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	color: #00506F;
	line-height: 36px;
}
.product-filter .display a {
	color: #999;
}
.product-filter .display a:hover {
	color: #00506F;
}
.product-filter .sort {
	float: right;
	color: #00506F;
	line-height: 36px;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #00506F;
	line-height: 36px;
}
.product-compare {
	float: left;
	line-height: 36px;
}
.product-compare a {
	text-decoration: none;
	padding-left: 20px;
	background: url(../image/compare.png) left -3px no-repeat;
	color: #00506F;
}
.product-compare a:hover {
	text-decoration: underline;
}
.product-add-list-compare {
	margin-top: 15px;
}
.product-add-to-wishlist {
	background: url(../image/wishlist.png) left -1px no-repeat;
	padding-left: 18px;
	color: #00506F;
	margin-left: 10px;
	text-align: left;
}
.product-add-to-compare {
	background: url(../image/compare.png) left -3px no-repeat;
	padding-left: 20px;
	color: #00506F;
}
.write-review {
	background: url(../image/add.png) left center no-repeat;
	padding-left: 10px;
	margin-left: 10px;
	
}

/* Product */
.product-info {
	//overflow: auto;
	margin-bottom: 5px;
	width:100%;
}

#product-info {
	width:100%;
	margin-top: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 8px;
	width:58%;
}
.product-info > .right {
	float: left;
	width:40%;
}

.product-info > .left + .right {
	/*margin-left: 600px;
	width:50%;
*/
	/*min-height:500px;
	overflow:hidden;*/
}
.product-info .image {
	float: left;
	margin-bottom: 2px;
	margin-top: 30px;
	padding: 2px 10px 2px 2px;
	text-align: center;
	border-width: 1px;
	//border-style: solid;
	border-color: #DDD;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}
.product-info .image .zoom{
	margin-top: 5px;
	margin-bottom: -6px;
}
.product-info .image .zoom a{
	font-size: 10px;
	color: #00506F;
	text-transform: uppercase;
	background: white url('../image/zoom.png') 5px 2px no-repeat;
	padding: 1px 5px 1px 16px;
}
.product-info .image-additional {
	width: 91%;
	margin-left: 0;
	clear: both;
	float: left;
}
.product-info .image-additional img {
	
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-right: 9px;
	margin-bottom: 9px;
}
.product-info .description {
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 19px;
	font-size: 12px;
}
.product-info .description span {
}
.product-info .description a {
	color: #0082B3;
}

.price-indie-container {
    padding: 10px;
margin-top: 10px;
    min-width: 180px;
	vertical-align: middle;

}


.price-container {
      min-width: 200px;
	padding: 2px 5px 20px 2px;

}

.product-info .price {	
	font-size: 18px;
	color: #0082B3;
	padding: 10px 10px 0px 0px;
}
.product-info .price-old {
	color: #CC0000;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: normal;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
}
.product-info .options {
	padding: 0px 5px 10px 20px;
	margin-bottom: 10px;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	
	margin-bottom: 35px;
	color: #00506F;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
	padding-left: 10px;
}

.product-info .review1 {
    color: #4D4D4D;
    float: left;
    margin-bottom: 10px;
    margin-right: 74px;
   
}
.product-info .review a {
	color: #00506F;
}
.product-info .review > div {
	padding: 8px 0;
	line-height: 22px;
}
.product-info .review > div > span {
	color: #C44032;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding-bottom: 10px;
	overflow: auto;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.review-list .author {
	float: left;
	margin-bottom: 10px;
	background: url(../image/review-list-author.png) left center no-repeat;
	padding-left: 15px;
}
.review-list .rating {
	float: right;
	margin-bottom: 10px;
}
.review-list .text {
	clear: both;
	line-height: 19px;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	background: #f3f3f3;
	text-align: left;
}
.attribute tr td:first-child {
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	margin-bottom: 20px;
	background: #FCFCFC;
}
.compare-info-img {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	background: #f3f3f3;
	text-align: left;
}
.compare-info tr td:first-child {
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.compare-info .name a {
	font-weight: normal;
}
.compare-info .price-old {
	font-weight: normal;
	color: #CC0000;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: normal;
	color: #0082B3;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	font-weight: bold;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e0e0e0;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	background: #FCFCFC;
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
}
.wishlist-info tbody .image img {
	padding: 2px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .name a {
	font-weight: normal;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
	font-weight: normal;
}
.wishlist-info tbody .price s {
	color: #bbb;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	background: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #f3f3f3;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
	line-height: 19px;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	font-weight: bold;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e0e0e0;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
	background: #FCFCFC;
}
.cart-info tbody .image img {
	border: 1px solid #e0e0e0;
	padding: 3px;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #e0e0e0;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #f3f3f3;
	border: 1px solid #e0e0e0;	
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	font-weight: bold;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e0e0e0;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #e0e0e0;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}

/* Begin sitemap */
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info ul {
	line-height: 19px;
	list-style: none;
}
.sitemap-info ul li ul {
	padding-left: 15px;
}
.sitemap-info ul li a {
	background: url('../image/arrow-right-small.png') 4px 5px no-repeat;
	padding-left: 15px;
	color: #00506F;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
.sitemap-info .left > ul > li > a, .sitemap-info .right > ul > li > a {
	font-weight: bold;
	background: none;
	padding: 0
}
/* End sitemap */

/* Begin footer */
#footer-mobile {
	display: none;
}
#footer  {
	position: relative;
	clear: both;
	overflow: auto;
	min-height: 100px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 25px 10px 10px 10px;
	background-image: url(../image/footer-shadow.png);
	background-repeat: repeat-x;
	background-color: #3A3C45;	
	border-style: solid;
	border-width: 2px;
	border-color: #ccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#footer h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.column1 h3, .column2 h3, .column3 h3, .column4 h3 {
	color: #F8F8F8;
}
#footer .column1, #footer .column2, #footer .column3, #footer .column4 {
	float: left;
	width: 15%;
	min-height: 120px;
	margin-right: 15px;
	background: url(../image/footer-column-split.png) right no-repeat;
}

 #footer .column4 {
	float: left;
	width: 15%;
	min-height: 120px;
	margin-right: 15px;
	
}
#footer .column1 ul, #footer .column2 ul, #footer .column3 ul, #footer .column4 ul {
	margin: 0;
	padding: 0;
}
#footer .column1 ul li, #footer .column2 ul li, #footer .column3 ul li, #footer .column4 ul li {
	line-height: 20px;
	list-style-type: none;
}
#footer .column1 a, #footer .column2 a, #footer .column3 a, #footer .column4 a {
	text-decoration: none;
	color: #F8F8F8;
	display: block;
	font-size: 12px;
	background: url(../image/arrow-right-small.png) left 7px no-repeat;
	padding-left: 8px;
}
#footer .column1 a:hover, #footer .column2 a:hover, #footer .column3 a:hover, #footer .column4 a:hover {
	text-decoration: underline;
}
/* footer contacts */
.column-contacts {
	float: right;
	width: 23%;
	min-height: 125px;
	margin: 0;
}
.column-contacts h3 {
	color: #FC575E;
}
.column-contacts ul {
	margin: 0;
	padding: 0;
}
.column-contacts ul li {
	color: #F8F8F8;
	font-size: 12px;
	padding-left: 30px;
	line-height: 28px;
	list-style-type: none;
}
.column-contacts .phone {
	background: url(../image/phone.png) left center no-repeat;
}
.column-contacts .mobile {
	background: url(../image/mobile.png) 4px center no-repeat;
}
.column-contacts .email {
	background: url(../image/email.png) left center no-repeat;
}
.column-contacts a {
	text-decoration: none;
	color: #F8F8F8;
	display: block;
}
.column-contacts a:hover {
	text-decoration: underline;
}
/* powered */
#powered {
	margin: 0 0 0 0;
	font-size: 11px;
	color: #F8F8F8;
	background: #001E28;
	padding: 10px 10px 10px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #2E2E2E;
	border-left: none;
	border-right: none;
	border-bottom: none;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}
.footer-alignleft {
	float: left;
}
.footer-alignleft a {
	font-size: 11px;
	color: #999;
}
.footer-alignright {
	float: right;
}
.footer-alignright a {
	font-size: 11px;
	color: #999;
}
.footer-alignright a:hover {
	text-decoration: underline;
}
/* social icons */
ul.social-icons {
	position: absolute; 
	bottom: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
}
ul.social-icons li {
	display: inline-block;
	list-style: none;
}
ul.social-icons li img {
	margin-right: 7px; 
}
ul.social-icons li img:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); /* IE8 and earlier */ 
}
/* End footer */

/* Begin banner */
.banner {
	display: inline-block;
	margin-bottom: 15px;
}
.banner div {
	float: left;
	margin: 0 7px 15px 7px;
}
.banner div:hover {
	opacity: 0.9;
	filter: Alpha(opacity=90); /* IE8 and earlier */
}
#column-left .banner div {
	margin: 0;
}
#column-right .banner div {
	margin: 0 0 0 15px;
}
.clear {
	clear: both;
	visibility: hidden;
	padding: 0 !important;
	margin: 0 !important;
}
/* End banner */

/* Begin scroll to top button */
#scroll-to-top {
	width: 30px;
	height: 30px;
	background: #555 url(../image/scroll-up.png) center no-repeat;
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 25px;
	cursor: pointer;
	opacity: 0.5;
	filter: Alpha(opacity=50); /* IE8 and earlier */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}
#scroll-to-top:hover {
	opacity: 1;
	filter: Alpha(opacity=100); /* IE8 and earlier */
}

.box-product-info1 {
	position: absolute;
	width: 200px;
	height: 124px;
	top: 90px;
	padding: 10px;
	margin-left: -2px;
	/* background: #FCFCFC; */
	z-index: 9;
}


.box-product-info1 .button-cart {
	position: absolute;
	width: 86px;
	height: 30px;
	right: 20px;
	bottom: 10px;
	background: url(../image/button-buynow.png) center -30px no-repeat;
	padding: 0;
	cursor: pointer;
	border: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-product-info1 .button-cart:hover {
	background: url(../image/button-buynow.png) center 0px no-repeat;
}
.box-product-info1 .more a {
	position: absolute;
	width: 86px;
	height: 30px;
	right: 110px;
	bottom: 10px;
	background: url(../image/button-details.png) center -30px no-repeat;
	padding: 0px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-product-info1 .more a:hover {
	background: url(../image/button-details.png) center 0px no-repeat;
}
.box-product-info1 .detail {
	position: absolute;
	width: 86px;
	height: 30px;
	right: 110px;
	bottom: 10px;
	background: url(../image/button-details.png) center -30px no-repeat;
	padding: 0px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-product-info1 .detail:hover {
	background: url(../image/button-details.png) center 0px no-repeat;
}

.box-product-info1 .wishlist a /* Category box-product only */ {
	position: absolute;
	width: 34px;
	height: 30px;
	right: 1px;
	top: 1px;
	background: url(../image/wishlist2.png) 8px -19px no-repeat;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* End scroll to top button float:right;*/
.productpageheading{
	width:180px;
	height:20px;
	padding:5px;
	padding-left:10px;
	margin-left:20px;	
	font-size:16px;
	color:#FCFCFC;
	 background-color: #005575;
    background-image: url("../image/bullet-1.png");
    background-position: 4px center;
    background-repeat: no-repeat;
}


#content .button-search {
    background: url("../image/button-search.png") no-repeat scroll center center transparent;
    cursor: pointer;
    height: 28px;
    position: absolute;
    right: 198px;
    width: 52px;
}
#content #search input {
    background: none repeat scroll 0 0 #5A5E69;
    color: #FCFCFC;
    font-size: 14px;
    height: 27px;
    margin: 0;
    padding: 1px 30px 1px 5px;
    width: 100px;
}

.search-heading1 {
    background-color: #5A5E69;
    background-image: url("../image/bullet-1.png");
    background-position: 8px center;
    background-repeat: no-repeat;
    float: left;
    height: 15px;
    width: 15px;
	margin-right:5px;
}

input.search-page {
    background-color: #0082B3;
    background-image: url("../image/button-product-bg-hover.png");
    background-repeat: repeat;
    border: medium none;
    color: #FCFCFC;
    cursor: pointer;
    font-size: 13px;
    line-height: 17px;
    padding: 6px 20px;
    text-decoration: none;
}

.newstar{

float: right;
 
height: auto;
}

#newstar1{

margin-right:5px;
text-align: right;

}

element.style {
    height: 30px;
    line-height: 30px;
    width: 120px;
}
.uploadify-button {
    background-color: #FCFCFC;
    background-image: url("../image/button-bg.png");
    background-repeat: repeat;
    border: medium none;
    color: #FCFCFC;
    cursor: pointer;
    padding: 0 0 0 5px;
    text-decoration: none;
    width: 172px !important;
}
.uploadify-progress-bar {
	height:10px;
	padding:0 90px;
	background:#00A1E0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}

/*custom*/
#membership_download_pagination .links > a , #membership_download_pagination .links > b{
	margin-left:10px;
}
/*custom*/

/* Home */
.hmbanner_container {
	background: rgb(250, 250, 250);
	padding: 15px 5px 0 10px;
	margin-bottom: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #e1e1e1;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
#bgBordo a {
text-decoration:none;
}
#bgBordo a:hover {
text-decoration:none;
}

#bgBordo {
	text-align:center;
	width: 100%;
	height: 358px;
	background-image: url("../image/backgroundBordo.jpg");
	background-size: 100% 100%;
}
#bgzelen a {
text-decoration:none;
}
#bgzelen a:hover {
text-decoration:none;
}

#bgzelen {
	text-align:center;
	width: 100%;
	height: 358px;
	background-image: url("../image/backgroundZelen.jpg");
	background-size: 100% 100%;
}
.btnzelen {
	cursor:pointer;
	margin-top:70px;
	color:#bdc3c7;
	height: 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	font-size: 1.1625rem;
	background:#1C2B24;
	border:3px solid #FFFFFF;
}
.btnbordo {
	cursor:pointer;
	margin-top:70px;
	color:#bdc3c7;
	height: 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	font-size: 1.1625rem;
	background:#683049;
	border:3px solid #FFFFFF;
}

	.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#bordo_sm{
display:none;
}
#zelen_sm {
display:none;
}


.srch_newcls {
	float:left;
	width:100%;
}
.srch_newcls_in {
	width:70%;
	margin:0px auto;
	/*width:500px;*/
	/*height:75px;*/
}
.srch_newcls_in_1 {
	width:59%;
	float:left;
	
}
.srch_newcls_in_2 {
	width:41%;
	float:left;
}

#srchtxt	{
	float:right;
	/*
	float:left;
	display:inline-block;
	*/
	margin:0px;
	padding: 0 50px 0 20px;
	height: 50px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	line-height: 50px;
	font-size: 16px;
	font-weight:bold;
}

#header .button-search_new	{
	float: left;
	/*

	float:left;
	display:inline-block;
	*/
	text-align: center;
	background: url('../image/searchBig.png') center center no-repeat;
	width: 95px;
	height: 50px;
	cursor: pointer;
	margin:0px;
}
@media only screen and (max-width: 1265px) {
.srch_newcls_in {
	width: 75%;
}

}
@media only screen and (max-width: 1100px) {
.srch_newcls_in {
	width: 90%;
}
.srch_newcls_in_1 {
	width:54%;
}
.srch_newcls_in_2 {
	width:46%;
}

}
@media only screen and (max-width: 980px) {
.srch_newcls_in {
	width: 100%;
}
.srch_newcls_in_1 {
	width:62%;
}
.srch_newcls_in_2 {
	width:38%;
}

}

@media only screen and (max-width: 720px) {
.srch_newcls_in_1 {
	width:62%;
}
.srch_newcls_in_2 {
	width:38%;
}
}
@media only screen and (max-width: 680px) {
.srch_newcls_in_1 {
	width:64%;
}
.srch_newcls_in_2 {
	width:36%;
}
}
@media only screen and (max-width: 580px) {
.srch_newcls_in_1 {
	width:66%;
}
.srch_newcls_in_2 {
	width:34%;
}
}
@media only screen and (max-width: 480px) {
.srch_newcls_in_1 {
	width:70%;
}
.srch_newcls_in_2 {
	width:30%;
}
}
@media only screen and (max-width: 450px) {
.srch_newcls_in_1 {
	width:65%;
}
.srch_newcls_in_2 {
	width:35%;
}
#srchtxt	{
	float:right;
	/*
	float:left;
	display:inline-block;
	*/
	margin:0px;
	padding: 0 50px 0 20px;
	height: 50px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	line-height: 50px;
	font-size: 12px;
	font-weight:bold;
}

#header .button-search_new	{
	float: left;
	/*

	float:left;
	display:inline-block;
	*/
	text-align: center;
	background: url('../image/searchBig.png') center center no-repeat;
	width: 95px;
	height: 50px;
	cursor: pointer;
	margin:0px;
}

}

@media only screen and (max-width: 380px) {
.srch_newcls_in_1 {
	width:68%;
}
.srch_newcls_in_2 {
	width:32%;
}
#srchtxt	{
	float:right;
	/*
	float:left;
	display:inline-block;
	*/
	margin:0px;
	padding: 0 50px 0 20px;
	height: 50px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	line-height: 50px;
	font-size: 12px;
	font-weight:bold;
}

#header .button-search_new	{
	float: left;
	/*

	float:left;
	display:inline-block;
	*/
	text-align: center;
	background: url('../image/searchBig.png') center center no-repeat;
	width: 95px;
	height: 50px;
	cursor: pointer;
	margin:0px;
}

}

@media only screen and (max-width: 360px) {
.srch_newcls_in_1 {
	width:100%;
}
.srch_newcls_in_2 {
	width:100%;
}
#srchtxt	{
	float:none;
	/*
	float:left;
	display:inline-block;
	*/
	margin:0px;
	padding: 0 50px 0 20px;
	height: 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 50px;
	font-size: 12px;
	font-weight:bold;
}

#header .button-search_new	{
	float: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	/*

	float:left;
	display:inline-block;
	*/
	text-align: center;
	background: url('../image/searchBig.png') center center no-repeat;
	width: 95px;
	height: 50px;
	cursor: pointer;
	margin:0px;
}

}

@media only screen and (max-width: 550px) {
.srch_newcls_in {
	width: auto;
}

}

<!--bharathi-->
@media only screen and (max-width: 750px) {
.product-info > .left + .right {
	width: 100%;
}

}

.ca-item{
text-align: unset !important;
}



@media screen and (max-width: 520px) {
.previous_caro {
	right: 33px !important;
}
.next_caro{
 left: 51px !important;
}
}


@media only screen and (max-width: 520px){
#ca-container{
	display:none !important;
}
.co-container-res{display:block !important;}

}
@media only screen and (min-width: 520px){
#ca-container{
	display:block !important;
}
.co-container-res{display:none !important;}

}


.contcls {overflow: hidden;}
.for-btn {
    padding-left: 11px;
}
.tags{display: inline-block;
clear: both;
}
#container .box .box-heading , .productpageheading , #tab-video_1 , #tab-images_1{margin:unset;}
.abc {
    display: table;clear: both;
}
.for-btn a {
    clear: both;
    display: table;margin-bottom: 5px;
}
#tab-images_1 div .image {
    margin: 0px;
}
.search-new-1 {background-color: #00A1E0;
padding: 12px 14px;
color: #fff;
font-size: 28px;
border: unset;
font-weight: 600;
margin-left: -12px; cursor: pointer;
}
.search-new-3{background-color: #00A1E0;
    color: #fff;
    float: right;
    border: 1px solid red;
    font-size: 20px;
    font-weight: 600;
    padding: 6px 20px;cursor: pointer;
}
.idealPlace{clear: both;}

