/*
----------------------------------------------------
--- CARAMELLA MADE BY THEMEGLOBAL.COM OC 1.5.6 -----
----------------------------------------------------
*/
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url("../image/bgr.png");
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #313131;
  font-family: 'Trebuchet MS', Verdana, Sans-serif;
  font-size: 24px;
	font-style: italic;
  font-weight: normal !important;
  line-height: 22px;
  margin-bottom: 20px;

}
h2 {
	color: #787878;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #C42043;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 1px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
}
#main-holder {
	float: left;
	width: 980px;
	background: #FFFFFF;
}
#column-left {
	float: left;
	width: 220px;
	padding-left: 20px;
	background: #f9f9f9;
	margin-bottom: 20px;
}
#column-right {
	float: right;
	width: 220px;
	padding-left: 20px;
	background: #f9f9f9;
	margin-bottom: 20px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 239px;
}
#column-right + #content {
	margin-right: 239px;
}
/* header */

#top-header {
	height: 16px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../image/tophead.png");
	margin-top: 20px;
	z-index: 1000;
}
#header {
	height: 90px;
	padding-bottom: 15px;
	position: relative;
	z-index: 99;
	background: #FFFFFF;
}
#header #logo {
	position: absolute;
	top: 8px;
	left: 19px;
}
.switcher {
    background: url("../image/dropdown.png") no-repeat scroll 100% 12px white;
    border-color: #EDEDED;
    border-style: solid;
    border-width: 1px;
    padding-right: 20px;
    position: absolute;
    width: 102px;
    z-index: 10;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}
.switcher .option {
    cursor: pointer;
    display: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
}

.switcher span.s_selected, .switcher li, .switcher li a {
    color: #787878;
    display: block;
    height: 27px;
    line-height: 28px;
    text-indent: 9px;
}
.switcher li a{
	color: #787878;
	text-decoration: none;
}
.switcher li a:hover{
	color:#C42043;
	text-decoration: none;
}
#currency_switcher {
	right:248px;
	top: 24px;
 }
 
#currency_switcher_language {
    right: 310px;
	top: 24px;
}
#language_switcher {
	top: 24px;
    right:175px;
	z-index: 199;
}

.switcher img {
    display: inline;
    margin: -2px 3px 0 0;
    vertical-align: middle;
}
#currency_switcher {
    right: 226px;
	top: 17px;
}
#language {
	line-height: 17px;
	float:right;
	margin-left:15px;
}
#language img {
	cursor: pointer;
	vertical-align:top;
}
#currency {
	line-height: 17px;
	float:right;
	margin-left:15px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	
	text-decoration: none;
}

#header #cart {
	position: absolute;
	top: 6px;
	right: 20px;
	z-index: 99;
	min-width: 279px;
	
	
}
#header #cart .heading {
	float: right;
	margin-top: 12px;
	padding-left: 45px;
	padding-top: 6px;
	position: relative;
	z-index: 99;
	text-align: right;
	background: url('../image/cartimage.png') no-repeat;
}
#header #cart .heading h4 {
	color: #C42043;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header #cart .heading a {
	color: #787878;
	text-decoration: none;
	text-align: right;
}

#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 8px;
	padding: 8px;
	min-height: 80px;
	border: 1px solid #EAEAEA;
	background: #FFFFFF;
	z-index: 299;

}

#header #cart.active .heading {
	padding-bottom: 6px;
}
#header #cart.active .content {
	display: block;
	z-index: 99;
	background: #FFFFFF;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.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 {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 32px;
	text-align: center;
	color: #777777;
	z-index: 99;
}
#search {
	position: absolute;
	top: 116px;
	right: 20px;
	z-index: 5;
}
#search .left,
#search .right,
#search .middle {
    display: block;
    float: left;
}

#search .left {
    width: 14px;
    height: 30px;
	background-image: url('../image/search-left.png')
}

#search .right {
     width: 14px;
    height: 30px;
	background-image: url('../image/search-right.png')
}

#search .middle {
    height: 30px;
	background-image: url('../image/search-center.png')
}




#header .button-search {
	position: absolute;
	left: 9px;
	width: 20px;
	height: 24px;
	cursor: pointer;
	top: 2px;
}
#header #search input {
	background: url("../image/search-button.png") no-repeat scroll left center transparent;
    border: 0 none;
    color: #FFA1B5;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    padding: 7px 0 3px 15px;
    width: 169px;
	margin-top: 1px;
}
#header #welcome {
	position: absolute;
	top: 65px;
	right: 20px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #787878;
	font-size: 11px;
}
#header #welcome a {
	font-size: 11px;
}
#header #welcome a:hover {
	color: #C42043;
}	

#header .links {
	position: absolute;
	right: 12px;
	bottom: 5px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}
#header .links a:hover {
	color: #C42043;
}
#header .links a + a {
	margin-left: 8px;
}
/* menu */
#menu-holder {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: none repeat scroll 0 0 #FFFFFF;
    height: 69px;
}
#menu-left {
	width: 29px;
	height: 69px;
	background: url("../image/menu-left.png");
	float: left;
	margin-left: -10px;
}	

#menu-right {
	width: 33px;
	height: 69px;
	background: url("../image/menu-right.png");
	float: right;
	margin-right: -15px;
}	
#menu {
	background: #C42043;
	height: 50px;
	margin-bottom: 19px;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li:first-child {
	background: none;
	margin-left: -13px;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
	background: url("../image/menu-sep.png") no-repeat scroll left center transparent;
}

#menu > ul > li:hover {
	
}
#menu > ul > li:hover a {
	color: #FFFFFF;
	
}	


#menu > ul > li > a {
	font-size: 13px;
	color: #FFA1B5;
	text-decoration: none;
	display: block;
	padding: 13px 10px 11px 10px;
	z-index: 6;
	position: relative;
	text-transform: uppercase;
	line-height: 2.2;
	font-weight: bold;
    
}

#menu > ul > li > div {
	display: none;

	position: absolute;
	z-index: 5;
	
background: url("../image/drop.png") no-repeat scroll 20px 5px transparent;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;

}
#menu > ul > li:hover > div {
	display: table;
	padding-top: 10px;
}
#menu > ul > li > div > ul {
	display: table-cell;
	background-color: #C42043;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li:first-child {
	border-top: none;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#menu > ul > li ul > li:last-child {
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

#menu > ul > li ul > li{
	border-top: 1px solid #DD254C;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
#menu > ul > li ul > li:first-child:hover {
	background: #961833;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#menu > ul > li ul > li:hover {
	background: #961833;
}
#menu > ul > li ul > li:last-child:hover {
	background: #961833;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFA1B5!important;
	display: block;
	white-space: nowrap;
	min-width: 149px;
	
	
}
#menu > ul > li ul > li > a:hover {
	color: #FFFFFF!important;
}


#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
	padding: 0 16px;
	line-height: 2.9;
	text-transform: uppercase;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.breadcrumb a {
	color: #999999;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #C42043;
}
.success, .warning, .attention, .information {
	padding: 10px 20px 10px 43px;
	margin-bottom: 15px;
	color: #555555;
	margin-bottom: 19px;
}
.success {
	background: #F9F9F9 url('../image/success.png') 20px center no-repeat;
}
.successreview {
	background: #F9F9F9 url('../image/success.png') 20px center no-repeat;
	padding: 10px 20px 10px 43px;
	margin-bottom: 15px;
	color: #555555;
}
.warning {
	background: #F9F9F9 url('../image/warning.png') 20px center no-repeat;
}
.attention {
	background: #F9F9F9 url('../image/attention.png') 20px center no-repeat;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	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;
	vertical-align: top;
}
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;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}
.pagination {
	padding-top: 6px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 3px;
	background: none repeat scroll 0 0 #F8F8F8;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	padding: 4px 6px;
	text-decoration: none;
	color: #555555;
}
.pagination .links b {
	display: inline-block;
	padding: 4px 6px;
	font-weight: normal;
	text-decoration: none;
	color: #C42043;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	color: #555555;
	padding-right: 5px;
}
/* button */
a.button, input.button {
	background: url("../image/readon1.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
    color: #FFFFFF!important;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 25px !important;
    line-height: 25px;
	  padding: 6px 12px 6px 12px;
    text-decoration: none;
    text-transform: uppercase;
}
input.button {
	font-size: 14px!important;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 10px 3px 10px;
	margin: 0;
	border: 0;
	height: 24px;
}	

a.button:hover, input.button:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.buttons {
	background: #FFFFFF;
	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: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #EFEFEF;	
}
.htabs a {
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF; 
	background: #F8F8F8;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #C42043;
	margin-right: 2px;
	display: none;
}
.htabs a:hover {
	background: #FFFFFF;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
	color: #AAAAAA;
	font-weight: normal;
}
.tab-content {
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	font-family: 'Trebuchet MS', Verdana, Sans-serif;
	font-style: italic;
	font-size: 28px;
	font-weight: normal!important;
	line-height: 26px;
	color: #313131;
	margin-bottom: 15px;
	padding-top: 15px;
}
.box .box-content {
	padding-top: 5px;
}
/* box products */
.box-product {
	width: 105%;
	overflow: auto;
}
.box-product > div {
	width: 217px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 30px;	
}
.box-product-rel {
	width: 105%;
	overflow: auto;
}
.box-product-rel > div {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 15px;	
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	border: 1px solid #EFEFEF;
	margin-bottom: 10px;
}
.box-product .name a {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
.box-product .name a:hover {
	color: #C42043;
}
.box-product .description {
	color: #787878;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 0 !important;
	margin-bottom: 12px;
}	
.box-product .price {
	color: #C42043;
    display: block;
    font-size: 15px;
	float: right;
	margin-top: 4px;
}
.box-product .cart {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
	float: left;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box for column left and right*/
.box-left {
	margin-left: -20px;
	border-bottom: 1px solid #EEEEEE;
}
.box-left:last-child {
	border-bottom: none;
}
.box-left .box-heading {
	font-family: 'Trebuchet MS', Verdana, Sans-serif;
	font-style: italic;
	font-size: 28px;
	font-weight: normal!important;
	line-height: 26px;
	color: #313131;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-left: 20px;
}
.box-left .box-content {
	padding-left: 20px;	
}

/* box products for column left and right */
.box-left .box-product-left {
	width: 100%;
	overflow: auto;
}
.box-left .box-product-left > div {
	width: 200px;
	float: left;
	padding-bottom: 12px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 12px;
}
.box-left .box-product-left > div:last-child {

	border-bottom: none;

}

.box-left .box-product-left .image {
	float: left;
    border: 1px solid #EAEAEA;
    display: inline-block;
    outline: medium none;
    margin-right: 10px;
}
.box-left .box-product-left .image img {
	float: left;
	background: #FFFFFF;
}
.box-left .box-product-left .name {

}
.box-left .box-product-left .name a {
	text-decoration: none;
	margin-bottom: 4px;
	color: #333333;
}
.box-left .box-product-left .name a:hover {
	color: #C42043;
}
.box-left .box-product-left .name a:hover {
}
.box-left .box-product-left .price {
	float: left;
	color: #3B3B3B;
	font-weight: bold;
	margin-bottom: 4px;
}
.box-left .box-product-left .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-left .box-product-left .price-new {
	font-weight: bold;
}
.box-left .box-product-left .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -8px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
background: url("../image/sidenav.png") no-repeat scroll left 13px transparent;
	padding: 8px 8px 8px 10px;
}
.box-category > ul > li + li {

}
.box-category > ul > li > a {
	text-decoration: none;
	color: #737373;
}
.box-category > ul > li > a:hover {
	color: #C42043;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	color: #C42043;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	color: #737373;
}
.box-category > ul > li ul > li > a:hover {
	color: #C42043;
}
.box-category > ul > li ul > li > a.active {
	color: #C42043;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info p {
	color: #787878;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #EFEFEF;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
	list-style: none outside none !important;
}
.category-list ul a {
	color: #666666;
}
.category-list ul a:hover {
	color: #C42043;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	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 {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #666666;
}
.product-filter .display a {
	font-weight: bold;
	color: #C42043;
}
.product-filter .display a:hover {
	color: #666666;
}
.product-filter .sort {
	float: right;
	color: #666666;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #666666;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-compare a:hover {
	color: #C42043;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EFEFEF;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #EFEFEF;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #333333;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-decoration: none;
}
.product-list .name a:hover {
	color: #C42043;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #666666;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	font-size: 12px;
	color: #C42043;
    font-size: 15px;

}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {

}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #787878;
	text-decoration: none;
	display: block;
    text-align: center;
}
.product-list .compare a {
	color: #787878;
	text-decoration: none;
	text-align: center;
	display: block;
}
.product-list .wishlist a:hover, .product-list .compare a:hover {
	color: #C42043;
}
.product-grid {
	width: 105%;
	overflow: auto;
}
.product-grid > div {
	display: inline-block;
    margin-bottom: 30px;
    margin-right: 20px;
    vertical-align: top;
    width: 217px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 217px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	border: 1px solid #EFEFEF;
    margin-bottom: 10px;
}
.product-grid .name a {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}

.product-grid .name a:hover {
	color: #C42043;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	color: #C42043;
    display: block;
    float: right;
    font-size: 15px;
    margin-top: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {

}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #787878;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	float: left;
}
.product-grid .compare a {
	color: #787878;
	text-decoration: none;
	float: right;
	margin-top: 5px;
	display: block;

}
.product-grid .wishlist a:hover, .product-grid .compare a:hover {
	color: #C42043;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #EFEFEF;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #EFEFEF;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #555555;
}
.product-info .description a {
	color: #C42043;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #C42043;
    display: block;
    font-size: 15px;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
	
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #EFEFEF;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
	overflow: auto;
}
.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 {
	border: 1px solid #EFEFEF;
    color: #4D4D4D;
    margin-bottom: 20px;
    overflow: auto;
    padding: 14px 5px 10px;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #555555;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #555555;
	font-size: 14px;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #555555;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.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 {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.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 .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.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 {
	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 #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.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 #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.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 #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.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 #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.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 #DDDDDD;
	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: #F9F9F9;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.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 #DDDDDD;
}
.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 #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */
#top-footer {
	height: 11px;
	width: 980px;
	float: left;
	background-image: url("../image/top-footer.png");
	background-color: #FFFFFF;
} 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	background: #93233b;
	margin-bottom: 20px;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-khtml-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	
}
#footer h3 {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: normal;
}
#footer .column {
	float: left;
	width: 12.7%;
	min-height: 100px;
}
#footer .column ul {
	list-style: none outside none !important;
	margin-left: 0;
    margin-top: 0;
    padding-left: 0;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a ,#footer .column ul {
	color: #FFA1B5;
	text-decoration: none;
}
#footer .column a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer .column2 {
	float: right;
	text-align: right;
	min-height: 100px;
	
}
#footer .column2 ul {
	list-style: none outside none !important;
	margin-left: 0;
    margin-top: 0;
    padding-left: 0;
}
#footer .column2 ul li {

}
#footer .column2 a {
	color: #fff;
	text-decoration: none;
}
#footer .column2 a:hover {
	text-decoration: none;
	color: #FFA1B5;
}
#powered {
	margin-top: 13px;
	text-align: right;
	clear: both;
	color: #FFA1B5;
}
#powered a {
	color: #FFFFFF;
	text-decoration: none;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	font-weight: normal;
}
.banner div img {
	margin-bottom: 20px;
}
/* header banner */
#banner-bgr{
	width: 980px;
	background: #F6F6F6;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#banner-wrapper {
	padding-left: 20px;
	width: 105%;
}

.banner-name {
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	font-size: 28px;
	font-weight: normal!important;
	line-height: 14px;
	color: #313131;
	margin-bottom: 20px;
	padding-left: 20px;
}
.banner_3 div {
	display: inline-block;
	margin-right: 16px;
    padding: 0 0 2px;
	text-align: center;
	color: #555555!important;
	font-weight: normal;
	
}
.banner_3 div a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

.banner_3 div h3{
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}	

.banner_3 div img {
	width: 208px;
	display: inline-block;
	border: 1px solid #e0e0e0;
	padding: 5px;
	background: #FFFFFF;
	 border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;

}

.banner_4 div {
	display: inline-block;
	margin-right: 16px;
    padding: 0 0 2px;
	text-align: center;
	color: #555555;
	text-decoration: none;
	font-weight: normal!important;
}
.banner_4 div img {
	width: 288px;
	display: inline-block;
	border: 1px solid #e0e0e0;
	padding: 5px;
	background: #FFFFFF;
	 border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;

}
.banner_4 div a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

.banner_6 div {
	display: inline-block;
	margin-right: 16px;
    padding: 0 0 2px;
	text-align: center;
	color: #555555;
	text-decoration: none;
	font-weight: normal!important;
}
.banner_6 div a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
.banner_6 div img {
	width: 446px;
	display: inline-block;
	border: 1px solid #e0e0e0;
	padding: 5px;
	background: #FFFFFF;
	 border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.banner_12 div img {
	width: 924px;
	display: inline-block;
	border: 1px solid #e0e0e0;
	padding: 5px;
	background: #FFFFFF;
	 border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.banner_12 div {
	display: inline-block;
	margin-right: 16px;
    padding: 0 0 2px;
	text-align: center;
	color: #555555;
	text-decoration: none;
}
.banner_12 div a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
.banner_3 div a:hover {
	color: #C42043;
}
.banner_4 div a:hover {
	color: #C42043;
}
.banner_6 div a:hover {
	color: #C42043;
}
.banner_12 div a:hover {
	color: #C42043;
}

#top {
	position:relative;
	z-index:4;
	margin: 0px auto;
    height: 436px;
    padding: 0;
    width: 980px;
	
}
/* NIVO SLIDER AREA */
#slider {
	background:url(image/loader.gif) 50% 52% no-repeat;
	list-style:none;
	border-bottom: 2px solid #2888BF;
    border-top: 4px solid #2888BF;
    height: 344px;
    margin: 0 auto;
    padding: 0;
    width: 960px;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display: none;
}
#tg_slideshow0 {
	
}
/* ThemeGlobal.com - OpenCart Templates Club. Unlimited access to all of our themes for only $49. */
/* ThemeGlobal.com - OpenCart Templates Club. Unlimited access to all of our themes for only $49. */
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* slider theme */
.slideshow {
	margin-bottom: 30px;
	position: relative;
	background: url('../image/loader.gif') 50% 42% no-repeat;
	float: left;
	margin-top: -19px;
}
.slideshow a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	right: 10px;
	text-align: center;
	z-index: 99;
	
	
	background: url('../image/slide-sep.png') no-repeat;
	height: 25px;
	margin-bottom: 30px;
}
.nivo-controlNav a {
	vertical-align: top;
	display: block;
	width: 22px;
	height: 22px;
	background: url('../image/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url('../image/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}
.controlnav-thumbs {
	float: left;

}	
.controlnav-thumbs .nivoSlider {
    margin-bottom:55px; /* Tweak this to push content down */
	
}
.controlnav-thumbs .nivo-controlNav {
	position:absolute;
	left: 0px;
	right: 0px;
	bottom:-99px; /* Tweak this to push thumbnails down */
    margin:0;
	text-align: center;
	padding:10px;
	margin-bottom: 50px;
}
.controlnav-thumbs .nivo-controlNav a {
	display:inline;
	background:none;
	text-indent:0px;
	border:0;
	margin-right: 10px;
	margin-left: 10px;
	float:none;
}
.controlnav-thumbs .nivo-controlNav a.active img {
	margin-top: 20px;
	opacity: 1;
}
.controlnav-thumbs .nivo-controlNav img {
margin-top: 20px;
	display:inline;
	position:relative;
	cursor:pointer;
	border: 1px solid #D9D9D9;
	padding: 1px;
}
.controlnav-thumbs .nivo-controlNav img:hover {
	opacity: 0.5;
}


/* ThemeGlobal.com - OpenCart Templates Club. Unlimited access to all of our themes for only $49. */
/* ThemeGlobal.com - OpenCart Templates Club. Unlimited access to all of our themes for only $49. */