/* !Common Styles */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("/skins/MySkin/styles/roboto-l.woff2") format('woff2'),
       url("/skins/MySkin/styles/roboto-l.woff") format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("/skins/MySkin/styles/roboto-r.woff2") format('woff2'),
       url("/skins/MySkin/styles/roboto-r.woff") format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("/skins/MySkin/styles/roboto-b.woff2") format('woff2'),
       url("/skins/MySkin/styles/roboto-b.woff") format('woff');
}

html {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h1 {
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 1px solid #F0EEEE;
	color: #FF9000;
	margin: 0 0 8px;
	padding: 0 0 4px;
}

h2 {
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 400;
	background: url("../images/h2bg.gif") no-repeat scroll center bottom transparent;
	color: #FF9000;
	letter-spacing: 1px;
	margin-bottom: 12px;
	padding: 5px 0 6px;
	text-align: center;
}

h3 {
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #F0EEEE;
	color: #FF9000;
	margin: 0 0 7px;
	padding: 10px 0 6px;
}

/*
h4 {
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #F0EEEE;
	color: #E29003;
	margin: 0 0 8px;
	padding: 10px 0 4px;
}
*/

p {
	padding-bottom: 12px;
}

.wrapper {
	padding: 0 0 0 0;
}

#page_wrapper {
    position: absolute;
    width: 100%;
    min-height: 500px;
}

.main {
    width: 960px;
    top: -10px;
    background: #fff;
    height: 100%;
    min-height: 600px;
    margin: 0 auto;
    padding: 10px;
    /* Gradient Border */
    border: 2px solid transparent;
/*    border-top-width: 0; */
    border-image: linear-gradient(to bottom,#bbb,rgba(0,0,0,0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#bbb,rgba(0,0,0,0)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#bbb,rgba(0,0,0,0)) 1 100%;
    -webkit-border-image: -webkit-gradient(linear,0 0,0 100%,from(#bbb),to(rgba(0,0,0,0))) 1 100%;
    -o-border-image: -o-linear-gradient(#bbb,rgba(0,0,0,0)) 1 100%;
}

.topround {
    margin: 10px auto 0;
    height: 20px;
    width: 980px;
    background: #fff;
    /* Rounded Corners */
    border: 2px solid #bbb;
    border-bottom: none;
/*    border-bottom-width: 0; */
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

#navbar {
    position:relative;
    height: 36px;
    margin: 0 -10px 0 -10px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #fff;
    background: #aaa;
    background: -moz-linear-gradient(#eee,#ccc);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1e5799),color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(#eee,#ccc);
    background: -o-linear-gradient(#eee,#ccc);
    background: linear-gradient(#eee,#ccc);
}

#nav {
	float: left;
	width: 530px;
	padding: 7px 0 0 25px;
/*	height: 25px; */
}

#nav a {
	color: #666666;
	font-weight: 400;
	font-size: 15px;
}

#nav a:hover {
	color: #333333;
	text-decoration: none;
	font-size: 15px;
}

#dlogo {
	position: absolute;
	height: 90px;
	width: 400px;
	top: 10px;
}

#account {
	width: 500px;
	height: 50px;
	float: right;
}
span.product_detail {
#	background: url("../images/bullet.gif") no-repeat scroll left 11px transparent;
	background: url(data:image/gif;base64,R0lGODlhBQAFAIABABYvRwAAACH5BAEAAAEALAAAAAAFAAUAAAIHTGCJe+pRAAA7) no-repeat left 11px;
	border-bottom: 1px solid #F0EEEE;
	display: block;
	padding: 4px 0 4px 10px;
}


#header {
	height: 70px;
	width: 960px;
}

#header a {
	color: #999999;
	display: inline-block;
	font-weight: 400;
	height: 36px;
	padding-right: 1px;
	text-decoration: underline;
}

#header .logo {
/*	padding-top: 0; */
	padding-left: 15px;
}

#session {
	display: inline;
	float: right;
	line-height: 1.7em;
	padding-right: 15px;
	text-align: right;
/*	width: 190px; */
/*	margin: 40px 20px 0 0; */
}

#session  a.ud {
	text-decoration: underline;
	color: #0C446F;
}

#session  a.ud:hover {
	text-decoration: none;
}

/* #currency_select {
	float: left;
	margin-left: 25px;
} */

div._social_wrapper {
	padding: 5px 0 5px 0;
}

/* #language_select {
	float: left;
	margin-left: 25px;	
} */


#search {
	display: inline;
	float: right;
	clear: right;
	width: 300px;
	padding-top: 7px;
/*	margin-top: -25px; */
/*	height: 25px; */
}

#search .sinput {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	height: 16px;
	width: 170px;
	color: #ccc;
}

#search .go:hover {
	background: #777;
}

#search .go {
	background: none repeat scroll 0 0 #FF9000;
	border: 1px solid #777;
	color: #fff;
	font-weight: 400;
	width: 30px;
}

#breadcrumb {
    height: 20px;
    width: 980px;
    margin: 0 0 10px -10px;
    font-size: smaller;
    float: left;
    background: #eee;
    background: -webkit-linear-gradient(#ddd,#fff);
    background: -o-linear-gradient(#ddd,#fff);
    background: -moz-linear-gradient(#ddd,#fff);
    background: linear-gradient(#ddd,#fff);
}

#breadcrumb ul {
	height: 21px;
	margin: 0;
	padding: 0;
}

#breadcrumb li {
	background: url(../images/breadcrumb-separator.gif) no-repeat center right;
	float: left;
	height: 21px;
	line-height: 21px;
	list-style: none outside;
	margin: 0;
	padding-right: 20px;
	text-indent: 10px;
}

#breadcrumb li:last-child {
	background: none !important;
}

.sidebar > div {
	margin-bottom: 15px;
/*	border: 1px solid transparent; 										*/
/*	border-width: 0; 											*/
/*      border-image: linear-gradient(to bottom,#aaa,rgba(0,0,0,0)) 1 100%; 				*/
/*      -moz-border-image: -moz-linear-gradient(#aaa,rgba(0,0,0,0)) 1 100%; 				*/
/*      -webkit-border-image: -webkit-linear-gradient($aaa,rgba(0,0,0,0)) 1 100%; 				*/
/*      -webkit-border-image: -webkit-gradient(linear,0 0,0 100%,from(#aaa),to(rgba(0,0,0,0))) 1 100%; 	*/
/*      -o-border-image: -o-linear-gradient(#aaa,rgba(0,0,0,0)) 1 100%;} 					*/
}

.sidebar > div > h3 {
	color: #FF9000;
	margin-bottom: 12px;
	padding: 5px 0 6px;
}

#sidebar_left {
/*	background: #aa55aa; */
/*	.gradient-center; */
/*	border-right-width: 2px; */
	float: left;
	padding-right: 10px;
	width: 150px;
	min-height: 400px;
}

#sidebar_right {
/*	background: #00aaaa; */
	float: left;
	padding-left: 10px;
	width: 150px;
	min-height: 400px;
}

#sitedoc p {
    line-height: 1.3em; 
    margin-top: 1em; 
}

#page_content {
/*	background-color: #FFF; */
/*	background: #aaaa00; */
	padding: 0 10px;
	width: 620px;
	float: left;
}

#announcement {
	margin-bottom: 10px;
}

#announcement > h1 {
	margin-bottom: 15px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

div.latest_product {
/*	background: #88aaff; */
	display: inline;
	float: left;
	position: relative;
	text-align: center;
/*	height: 200px; */
	width: 190px;
/*	margin: 0 8px 18px; */
	margin: 5px;
/*	padding-top: 8px; */
	border-width: 1px;
	border-style: solid;
	-webkit-border-image: -webkit-gradient(linear,0 0,0 100%,from(#BBB),to(rgba(0,0,0,0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(#BBB,rgba(0,0,0,0)) 1 100%; 
	-moz-border-image: -moz-linear-gradient(#BBB,rgba(0,0,0,0)) 1 100%; 
	-o-border-image: -o-linear-gradient(#BBB,rgba(0,0,0,0)) 1 100%; 
	border-image: linear-gradient(to bottom,#BBB,rgba(0,0,0,0)) 1 100%;
}

.fp-prd-img {
    width: 116px;
    height: 116px;
}

.divider {
#	background: url("../images/divider.gif") no-repeat scroll center center transparent;
	background: url(data:image/gif;base64,R0lGODlhigABAMQAAPb19ZGPjRURDA8LBhENCISCfz06NiEdGWRiX1dUUSYiHg4KBRcUD+zs6zQxLLy7ubSzsdbW1d3c3O3t7A0JBP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAACKAAEAAAU1YCWOgDiJkviIgYiIhqiIjEiIFK5XOb/3wJ/QRwwWh72FaCASiA4ihyghKoggooioISqNKiEAOw==) no-repeat scroll center center transparent;
	display: block;
	height: 14px;
}

#latest_products {
/* 0,50 */
	margin: 0 0;
}

div.latest_product p.title {
	height: 28px;
}

div.latest_product p.price {
	font-weight: bold;
	clear: both;
}

div.latest_product p.actions {
	margin-top: 5px;
}

#menu {
	list-style: none outside !important;
	margin: 0;
	margin-top: 1px;
}

#menu li {
	display: block;
}

#featured_product {
	padding: 0;	
}

#featured_product p.image {
	width: 138px;
	margin: 5px auto;
}
#featured_product p.title {
	text-align: center;
}

#popular_products ol {
	list-style: decimal outside;
	margin-left: 20px;
	padding: 0 0 0 0;
}

#popular_products ol > li {
	border-bottom: 1px solid #CDCDCD;
	padding: 7px 0;
}

li > p {
	display: inline;
}

#checkout p {
	padding: 5px;
}

#basket_summary {
	margin-top: 3px;
}

#basket_summary p {
	margin: 0 3px;
	padding:0;
}

#basket_summary .view_basket {
	color: #FFF;
	height: 25px;
	line-height: 25px;
	margin: 0 !important;
	text-indent: 25px;
}

.control {
	color: #4F4F4F;
	height: 20px;
	margin: 10px 0; 
	padding: 5px;
}
.pagination {
	float: right;
	line-height: 22px;
	text-align: right;
}
#category_image {
/*	padding: 0 !important; */
	padding: 0;
/*	margin: 0 10px !important; */
	margin: 0 10px;
	float: left;
}

.category_product {
	margin: 10px 5px 5px;
	padding-bottom: 20px;
}

.category_product h3 {
	margin: 5px 0;
	text-indent: 2px;
}

.category_product a.image {
	float: left;
	display: inline-block;
	margin-right: 3px;
	width: 138px;	
}

div.category_product a.image  img {
	border: 1px solid #F0EEEE;
}

.basket_actions a:hover {
	text-decoration: none;
}

.category_product .details {
	background-repeat: repeat-x;
	float: right;
	margin: 0;
	padding: 2px;
	width: 170px;
	text-align:center;
}

.buy_button {
	margin-top: 5px;
	padding: 5px;
}

.buy_button img {
	margin-top: 0;
}

.buy_button a {
	margin-top: 0;
}

.buy_button input.button_white {
	float: none !important;
	display: inline !important;
}

.category_product p.description {
	padding-top: 10px;
}

#gallery {
	width: 360px;
	height: 300px;
}

#gallery div.image {
	float: left;
	height: 270px;
	width: 270px;
}
#gallery_select {
	float: left;
	text-align: center;
	width: 60px;
}
#gallery_select > a {
	display: block;
	margin-bottom: 2px;
}

#product_detail {
	background-repeat: repeat-x;
	float: right;
	min-height: 220px;
	padding: 10px;
	padding-right:0px;
	width: 230px;
}
#product_detail .price {
	font-size: 16px;
}
#product_detail .rating {
	border-top: 1px solid #C8C8C8;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
}
#product_detail .rating-info {
	font-size: 10px;
	text-align: center;
}
#product_detail > .bulk_discount {
	font-size: 10px;
	margin-bottom: 5px;
}

#product_detail input.textbox {
	width: 180px !important;
}
#product_detail select.textbox {
	width: 187px;
}

#product_detail > .options {
	margin-top: 10px;
}

#product_detail > .options div {
	padding: 5px 5px 0 0;
}

#product_detail > .options div label.return+span {
	display: block;
	margin-top: 3px;
	text-align: right;
}

h2 > span.inline,#share_link {
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin-right: 3px;
	padding-top: 4px;
}

h2+p,h2+div {
	padding: 0 5px;
}

.price_sale {
	color: #FF6000;
        font-size: 20px;
        font-weight: 600;
}
.price_previous {
	text-decoration: line-through;
}

#product_description {
	padding: 0 5px;
}

#product_description > p {
	margin-bottom: 5px;
}
	
#reviews {
	padding: 0;
}

#reviews .review {
	border-bottom: 1px solid #CDCDCD;
	margin: 10px 5px;	
}
.review .content {
	font-style: italic;
	padding: 10px;
}
p.author {
	padding-bottom: 5px;
}

#reviews .pagination_bottom {
	padding-bottom: 10px;
}

#review_read {
	margin: 0 5px 10px;
}
#review_write {
	background-repeat: repeat-x;
	padding: 5px;
}
#review_write fieldset {
	padding: 0;
}

#review_stars {
	float: right;
	margin-right: 5px;
}

#review_write form div,#product_share form div {
	margin-bottom: 5px;
}

form div > label.inline {
	display: inline-block;
	min-width: 120px;
	vertical-align: top;
}
form div > label.return {
	display: block;
}

#product_share {
	background-repeat: repeat-x;
	padding: 5px;
}
.basket_header {
	color: #444;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;
}
.basket_header > span {
	float: right;
	text-align: right;
	width: 75px;
}

.basket_product {
	border-bottom: 1px solid #CDCDCD;
	margin-bottom: 5px;
	min-height: 75px;
	padding: 5px;
}
.basket_product > p {
	height: 18px;
	padding: 0 !important;
}
.basket_product .remove {
	float: left;
	height: 75px;
	margin-right: 15px;
	margin-top: 3px;
	width: 10px;
}
.basket_product .image {
	float: left;
	height: 75px;
	width: 75px;
	margin-right: 10px;
}

#delivery_comments {
	width: 570px;
	height: 80px;
}

span.price {
	float: right;
	text-align: right;
	font-weight: bold;
}

.basket_product span.price {
	font-weight: bold;
	width: 75px;
}

.subtotals {
	border-bottom: 1px solid #CDCDCD;
	text-align: right;
	padding: 5px;
}
.subtotals p {
	margin-bottom: 3px;
	padding: 0 5px;
}
.subtotals span.price {
	font-weight: bold;
	width: 75px;
}

.shipping {
	border-bottom: 1px solid #CDCDCD;
	text-align: right;
	padding: 5px;
}
.shipping span.price {
	float: right;
	width: 75px;	
}

.discounts {
	margin-top: 10px;
	min-height: 40px;
	text-align: right;
}
.discounts .code_input {
	float: left;
	text-align: left;
	width: 300px;
}
.discounts span.price {
	color: #FF0000;
	font-weight: bold;
	width: 75px;
}
.total {
	color: #333;
	font-weight: bold;
	margin: 10px 0;
	padding: 5px;
	text-align: right;
}
.total span.price {
	width: 75px;
}

.basket_actions {
	height: 31px;
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: right;
}

.alternate_checkout {
	text-align: right;
	padding: 0 !important;
}

input.quantity {
	font-size: 12px;
	text-align: center;
	width: 30px !important;
	height: 22px !important;
	display:none;
	height:0px;
}

input.quantity_product {
	font-size: 12px;
	text-align: center;
	width: 40px !important;
	height: 20px;
	border: 1px solid #CCCCCC;
	padding-left: 2px;
}

.button_submit,.main #submit,.button_product_add {
	background: none repeat scroll 0 0 #FF9000;
	border: 1px solid #444444;
	color: #FFFFFF;
	outline: medium none;
	padding: 1px 4px;
}

.button_submit:hover,.main #submit:hover,.button_product_add:hover {
	background: none repeat scroll 0 0 #777;
	border: 1px solid #444;
}

.button_product_add {
	padding-left: 25px;
	font-weight: bold;
	background-image: url("../images/cart.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.button_black {
	background: url(../images/buy-now-na.png) no-repeat;
	border: none;
/*	color: #fff; */
	cursor: pointer;
	display: block;
	float: left;
	height: 21px;
	line-height: 21px;
	text-align: center;
	width: 61px;
	font-size: 11px;
}

a.button_white,a.button_black {
	text-decoration: none;
}

.button_white {
/*	background: url(../images/cart_put.gif) no-repeat; */
	background: url(../images/buy-now.png) no-repeat;
	border: none;
	color: #636363;
	cursor: pointer;
/*	display: inline-block; */
/*	float: left; */
	height: 40px;
	width: 100px;
/*	margin-left: 5px; */
	padding-top: 25px;
}

.button_white.disabled {
	background: url(../images/buy-now-na.png)  no-repeat;
	color: #999999;
}

a.button_submit {
	vertical-align: top;
}
.button_submit.right,input[type="submit"].right,input[type="reset"].right {
	float: right;
	margin-left: 5px;
}
.button_submit.left,input[type="submit"].left,input[type="reset"].left {
	float: left;
	margin-right: 5px;
}
.checkout-progress {
	color: #999999;
	height: 30px;
	padding-top: 6px;
	text-align: center;
}

.checkout-progress a {
	color: inherit !important;
	text-decoration: none;
}
.checkout-progress a:hover {
	text-decoration: none;
}

.checkout-progress > span.current {
	background: none repeat scroll 0 0 #4A9F45;
	border: 1px solid #206F1B;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 8px;
}

.checkout-progress > span.next,.checkout-progress > span.last {
	color: #999999;
	text-align: center;
}

#gateways {
	margin: 0 auto;
	width: 300px;
}

#gateways > p {
	background-color: #F7F7F7;
	border-bottom: 1px solid #CDCDCD;
	padding: 10px 5px;
}

#gateways > p > input {
	float: right;
}

.gateway-selected {
	background-color: #D1E6EF !important;
}

#recaptcha_widget {
	width: 420px;
	margin: 10px 0 0 150px;
}

.error {
	display: none;
	font-weight: bold;
	color: red;
}
.required-error {
	background-color: #FFCECE;
	border: 1px solid #FF0000 !important;
}

fieldset {
	border: 1px solid #CDCDCD;
/*	border-bottom: 1px solid #CDCDCD; */
	margin-bottom: 10px;
	padding: 5px;
}

fieldset > legend {
	font-weight: 300;
}

fieldset div {
	margin: 5px 0; 
}

fieldset div > label {
	vertical-align: top; 
	display: inline-block;
	width: 150px;
}

fieldset div > span > input#keywords.textbox,select#manufacturers,select#sort {
	border: 1px solid #CDCDCD;
	width: 250px;
}

fieldset div > span > input#search-price.textbox {
	border: 1px solid #CDCDCD;
	width: 100px;
}

.textbox_medium {
	width: 100px !important;
}

.textbox_small {
	width: 50px !important;
}

#myaccount ul {
	list-style: none inside;
}

#myaccount ul > li {
	border-bottom: 1px solid #CDCDCD;
	margin-bottom: 5px;
	padding: 5px 3px;
}

.list {
	padding: 5px;
	text-align: center;
}

.list > * {
	padding: 3px;
}

.list-odd {
	background-color: #EBF3FF;
}

.list-even {
	background-color: #FCFCFC;
}

.list-hover {
	background-color: #DAEBF3 !important;
}

.select_register {
	margin-bottom: 10px;
}

optgroup > option {
	font-style: italic;
	text-indent: 10px;
}

.login-toggle {
	cursor: pointer;
}

#openid_identifier {
	background: url(../../../images/icons/openid.png) no-repeat;
	height: 15px;
	padding: 1px;
	text-indent: 17px;
	width: 250px;
}

#gui_message {
	margin-bottom: 10px;
}

#gui_message ul {
	list-style: disc inside none;
}

#gui_message .gui_message-error {
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	color: #393939;
	cursor: pointer;
	font-weight: bold;
	padding: 3px 4px;
}

#gui_message .gui_message-notice {
	background-color: #CDFFDF;
	border: 1px solid #00FF00;
	color: #393939;
	cursor: pointer;
	font-weight: bold;
	padding: 3px 4px;
}

span.actions {
	float: right;
	text-align: right;
}

#receipt > .address > p:first-child {
	float: left;
	width: 275px;
	height: 105px;
}

.hover_zoom {
	font-weight: bold;
	margin-top: 2px;
	padding: 2px;
	text-align: center;
	display: none;
}

.dl_unavailable {
	font-weight: bold;
	height: 25px;
	line-height: 16px;
}

#footer {
	background: url("../images/fotline.gif") no-repeat scroll center 10px transparent;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 10px;
	text-align: center;
}


.gradient-center {
    border-image: linear-gradient(to bottom,#aaa,rgba(0,0,0,0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#aaa,rgba(0,0,0,0)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#aaa,rgba(0,0,0,0)) 1 100%;
    -webkit-border-image: -webkit-gradient(linear,0 0,0 100%,from(#aaa),to(rgba(0,0,0,0))) 1 100%;
    -o-border-image: -o-linear-gradient(#aaa,rgba(0,0,0,0)) 1 100%;
}


/* Popup Images for SUPPORT section */
