@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
    background-color: #FFF;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #333;
}
h1, h2, h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
h1 {
	font-size: 18pt;
	color: #F60087;
}
h2{
    font-size: 14pt;
}
h3 {
    font-size: 12pt;
}
p {
    margin: 0px;
    padding: 0px;
}
a {
    color: #008cd0;
    text-decoration: none;
}
a:hover {
    color: #F60087;
    text-decoration: none;
}
.clear {
    clear: both;
}
.msg-error {
    background-color: #FFBABA;
    padding: 5px;
    border: 1px dashed #D8000C;
    margin-top: 10px;
    margin-bottom: 20px;
}
.msg-success {
    background-color: #DFF2BF;
    padding: 5px;
    border: 1px dashed #4F8A10;
    margin-top: 10px;
    margin-bottom: 20px;
}
label.error {
    background-color: #FFBABA;
    border: 1px dashed #D8000C;
    margin-top: 5px;
    font-size: 10px;
    color: #D8000C;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}
.thumb {
    padding-right: 12px;
    float: left;
    width: 120px;
    height: 180px;
}
.thumb img {
	border: 2px solid #3B86CE;
}
.thumb h2 {
    font-size: 10px;
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    width: 120px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 12px;
}
.thumb h2 a {
    text-decoration: none;
    font-weight: bold;
}

/* PAGINATION */
.pager {}
.pager .item {
    padding: 5px;
    float: left;
    margin-right: 5px;
    border: 1px solid #d1d1d1;
}
.pager .item a {
    text-decoration: none;
}

/* TOOLTIP */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #CACACA;
	background-color: #ffffff;
	padding: 5px;
}
#tooltip div {
	margin: 0;
}
/* LAYOUT */
.wrapper {
    text-align: left;
    width: 980px;
    padding: 0px;
	margin: 0 auto 0 auto;
}
#top {
    background-image: url(/public_html/img/bg_top_menu.jpg);
    background-repeat: repeat-x;
    height: 43px;
}
#top ul {
    margin: 0px;
    padding: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
#top ul li {
    list-style-type: none;
    float: left;
}
#top ul.left {}
#top ul.left li {
	padding: 0px;
	width: 157px;
	height: 36px;
	text-align: center;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 18px;
	line-height: 36px;
	background-image: url(/public_html/img/bg_tabs.png);
	background-repeat: no-repeat;
}
#top ul.left li a {
	color: #FFFFFF;
}
#top ul.left li.active {
	background-image: url(/public_html/img/bg_tabs_active.png);
	background-repeat: no-repeat;
}
#top ul.left li.active a {
	color: #F60087;
}
#top ul.right {
    float: right;
    width: 300px;
}
#top ul.right li {}

#logo {
    float: left;
    padding-bottom: 10px;
    padding-right: 20px;
}
#tools-menu {
    float: right;
    padding-top: 5px;
}
#tools-menu a {
    text-decoration: underline;
}
#menu {
    float: left;
    padding-top: 40px;
    text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;
}
#menu ul {
    list-style-type: none;
    font-size: 16pt;
    font-weight: 500;
    color: #60C4F3;
    margin: 0px;
    padding: 0px;
}
#menu ul li.parent {
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    position:relative;
}
#menu ul li.parent .cover {
    background-color: #FFF;
    height: 2px;
    position: absolute;
    display: block;
    width: 100%;
    margin-top: 38px;
    z-index: 999;
    margin-left: 1px;
}
#menu ul li.parent a, #menu ul li.parent a span {
	display: block;
	float: left;
}
#menu ul li.parent a {
    color: #333;
    padding-left: 10px;
}
#menu ul li.parent a span {
    background-image: url(/public_html/img/menu_arrow.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-bottom: 12px;
    padding-top: 15px;
    padding-right: 25px;
}
#menu ul li.parent a.active {
    background-image: url(/public_html/img/menu_arrow_hover_l.gif);
    background-repeat: no-repeat;
    background-position: left;
}
#menu ul li.parent a.active span {
    background-image: url(/public_html/img/menu_arrow_hover_r.gif);
    background-repeat: no-repeat;
    background-position: right;    
}
#menu ul.child {
    color: #F60087;
    position: absolute;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-top: 38px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 160px;
    border: 1px solid #e1e1e1;
    background-color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}
#menu ul.child li {
    margin: 0px;
    background-color: #FFF;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #e1e1e1;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
}
#menu ul.child li a {
    color: #F60087;
    margin: 0px;
    padding: 0px;
    float: none;
}
#menu ul.child li a:hover {
    color: #008cd0;
    background-image: none;
}
#box-cart {
    float: right;
    width: 290px;
    padding-top: 20px;
}
#box-cart .ico {
    float: left;
}
#box-cart .desc {
    padding-top: 25px;
    padding-bottom: 5px;
}
#box-cart .button {}
#search {
    text-align: left;
    background-image: url(/public_html/img/search_bg.jpg);
    background-repeat: no-repeat;
    height: 77px;
    padding-left: 10px;
}
#search h3 {}
#search .input {
	background-color: #FFF;
	border: 1px solid #8FDAFD;
	height: 15px;
	padding: 8px 0 8px 5px;
}
#search .i {
    font-size: 11px;
    line-height: 15px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}
#left {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 670px;
}
#right {
    float: right;
    width: 290px;
}
#autoviewer {
    margin-top: 10px;
    margin-bottom: 10px;
}
#footer {
    font-size: 11px;
    background-color: #444243;
    color: #FFF;
    margin-top: 20px;
    padding-bottom: 10px;
}
#footer .copy {
    padding: 5px;
    text-align: right;
    color: #FFF;
}
#footer .payment-types {
    float: right;
    padding-top: 105px;
}
#footer ul {
    list-style-type: none;
    padding: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 100px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#footer ul li {
    padding: 5px;
}
#footer ul li a {
    color: #FFF;
    text-decoration: none;
}

/* BOXES */
#box-how-to-buy {
    background-repeat: no-repeat;
    width: 290px;
    background-position: bottom;
    height: 340px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}
#box-how-to-buy h2 {
    font-size: 18pt;
    color: #F60087;
    margin: 0px;
    font-weight: normal;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
}
#box-how-to-buy .tx-1, #box-how-to-buy .tx-2, #box-how-to-buy .tx-3, #box-how-to-buy .tx-4 {
    font-size: 10px;
    line-height: 14px;
    margin-left: 30px;
    margin-right: 110px;
}
#box-how-to-buy .tx-1 {
    margin-top: 10px;
    height: 73px;
    padding-top: 2px;
}
#box-how-to-buy .tx-2 {
    height: 68px;
    padding-top: 6px;
}
#box-how-to-buy .tx-3 {
    height: 76px;
    padding-top: 0px;
}
#box-how-to-buy .tx-4 {
    padding-top: 0px;
}
#box-why {
    background-image: url(/public_html/img/why_box.png);
    background-repeat: no-repeat;
    width: 290px;
    background-position: bottom;
    height: 144px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
#box-why h2 {
    font-size: 18pt;
    color: #FFF;
    margin: 0px;
    font-weight: normal;
    padding: 10px;
}
#box-why ul {
    padding: 0px;
    margin: 0px;
}
#box-why ul li {
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    margin: 0px;
}
#box-newsletter {
    background: url(/public_html/img/bg_newsletter.png)  no-repeat;
    width: 290px;
    text-align: center;
    margin-bottom:10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
#box-newsletter h2 {
    font-size: 18pt;
    color: #ef297b;
    margin: 0px;
    font-weight: normal;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
#box-newsletter .pink{
	color: #ef297b;;
}

/* FORMS */
form .button {
    background-color: #ef297b;
    border: 1px solid #ef297b;
    font-weight: bold;
    color: #FFF;
    padding: 2px;
}
form .select {}
form .input {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 16px;
    background-color: #FFF;
    border: 1px solid #7CC7E7;
    padding:3px;
}
form .input2 {
	background-color: #FFF;
	border: 1px solid #8FDAFD;
	height: 15px;
	padding: 8px 0 8px 5px ;
	font-size: 10pt;
	width:150px;
}
a.button {
    background-color: #ef297b;
    border: 1px solid #ef297b;
    font-weight: bold;
    color: #FFF;
    padding: 2px;
}
/* TABS */
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-family: Georgia, "Times New Roman", Times, serif;
}
ul.tabs li {
    font-size: 18pt;
    float: left;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 0px;
    display: block;
    margin: 0;
}
ul.tabs li a {
    text-decoration: none;
}
ul.tabs li a.selected {
    color: #F60087;
    text-decoration: underline;
}
.tabs-panel {
    padding-top: 20px;
}

/* INFO PAGE */
.infopage {
    margin-top: 20px;
    padding-right: 20px;
}
.infopage h1 {
    padding-top: 10px;
    padding-bottom: 20px;
}
.infopage h2 {
   color: #008cd0;
	padding-top: 10px;
    padding-bottom: 10px;
}
.infopage h3 {
    color: #008cd0;
	padding-top: 10px;
    padding-bottom: 10px;
}
.infopage table.price-list {}
.infopage table.price-list td {
	border-bottom:1px dashed #f5f5f5;
	padding:2px  5px;
}
.infopage table.price-list th {
    border-bottom:1px dashed #f5f5f5;
    padding:4px  5px;
    background: #f8f8f8;
    font-weight: bold;
    text-align: left;
}
.infopage table.price-list h3 {
    font-weight: bold;
    color: #F60087;
    padding-top: 20px;
    padding-bottom: 10px;
}
.infopage .img {
	float:left;
	padding-right:20px;
}
.infopage .img img {
	border: 2px solid #3B86CE;
	padding: 2px;
	margin-bottom:5px;
	margin-top:5px;
}
/* SITEMAP */
.sitemap {
    margin-top: 20px;
    padding-right: 20px;
}
.sitemap h1 {
    padding-top: 10px;
    padding-bottom: 20px;
}
/* OPINIONS */
.opinions {
    margin-top: 20px;
    padding-right: 20px;
}
.opinions ul.tabs {
    padding-top: 10px;
    padding-bottom: 20px;
}
.opinions .opinion {
    margin-bottom: 20px;
}
.opinions .opinion .text {}
.opinions .opinion .date {
    color: #999;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: 20px;
}
.opinions .opinion .stars {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* SEARCH & CATEGORY  */
.search, .category {
    margin-top: 20px;
}
.search h1, .category h1 {
    padding-top: 10px;
    padding-bottom: 35px;
}
/* CART */
.cart {
    margin-top: 20px;
}
.cart h1 {
    padding-top: 10px;
    padding-bottom: 20px;
}

/* CHECKOUT */
.checkout {
    margin-top: 20px;
}
.checkout h1 {
    padding-top: 10px;
    padding-bottom: 15px;
    color:#3B86CE
}
.checkout .v-10 {
    font-size: 10px;
}
.checkout .confirmation {
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #c0c9cd;
    font-size: 9pt;
}
.checkout .confirmation h3 {
    font-size: 12pt;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    color: #c0c9cd;
    font-weight: bold;
}
/* PRODUCT */
.product {
    margin-top: 20px;
}
.product h1 {
    padding-top: 10px;
    padding-bottom: 15px;
}
.product h2 {
    padding-top: 0px;
    padding-bottom: 20px;
}
.product ul.tabs li {
    font-size: 16pt;
}
.product .photo {
    float: left;
    margin-right: 20px;
    width: 406px;
    margin-bottom: 20px;
}
.product .photo .border {
	border: 3px solid #008cd0;
}
.product .photo .fotolia {
	font-size: 10px;
	color: #FFF;
	background-color: #008cd0;
	text-align: center;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.product .wizard {
    float: right;
    margin-bottom: 20px;
    width: 530px;
}
.product .wizard table tr td.bg-info {
    background-image: url(/public_html/img/box_info_center.jpg);
    background-repeat: repeat-y;
    background-color: #AEE4FC;
}
.product .wizard table tr td.bg-buy {
    background-image: url(/public_html/img/box_buy_now_center.jpg);
    background-repeat: repeat-y;
    background-color: #FDDEED;
}
.product .wizard .start-chat {
    background-image: url(/public_html/img/chat.png);
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 24px;
}
.product .wizard .retouch {
    margin-top: 10px;
}
.product .wizard .c {
    font-size: 10px;
}
.product .wizard .price {
    font-size: 18pt;
    margin-top: 25px;
    margin-bottom: 70px;
}
