
#product {
	position: relative;
}
.product-top-wrap {
	display: table;
}

.product h2 {
	font-size: 1.5em;
	color: #666;
	font-weight: normal;
	margin: 0 0 0.32em;
}

.product #prodCampaign {
	margin-top: 0;
	padding-top: 0;
	color: #f36c21;
	line-height: 18px;
}

.product #prices {
	position: relative;
	display: block;
	width: 350px;
}

.product .price {
	color: #F96C10;
	display: block;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
	float: left;
	width: 340px;
	bottom: 0;	
	/* position: absolute; */
}

.product .campImg {
	float: right;
}

.product #productPrices {
	width: 200px;
	font-size: 10px;
	color: #f96c10;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}

.product .icons {
	float: left;
	width: 355px;
	padding-top: 5px;
}

.product .prodIcon {
	float: left;
	height: 24px;
	margin-right: 5px;
}

.product .prodIcon:last-child {
	float: right;
}

.product .prodIcon a {
	float: left;
	height: 30px;
}


.product #addThis {
	float: right;
	width: 130px;
	adding-top: 10px;
}

.product #addThis .addthis_button_compact {
	text-decoration: none;
}



.product #models {
	margin-bottom: 6px;
}

.product .model {
	color: #7f7f7f;
	font-size: 20.4px;
	font-weight: normal;
	padding-bottom: 5px;
}

.product .othermodel {
	color: #959595;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}

.product .othermodel p {
	margin: 0px;
	display: inline;
}

.product .oldPrice {
	text-decoration: line-through;
	font-size: 26px;
	float: left;
	display: block;
	width: 85px;
	color: #666666;
	font-weight: normal;
}
.product .essentialInfo {
	float: left;
}
.product .productImage {
	float: right;
}
.product .productDescription {
	clear: both;
}
.product table select {
	width: 70px;
}
.product table th {
	text-align: left;
	padding-left: 3px;
}

.product .prodColumnLeft,
.product .prodColumnRight
 {
	width: 355px;
	position: relative;
	float: left;
}

.product-top-wrap .prodColumnLeft,
.product-top-wrap .prodColumnRight {
	width: 355px;
	display: table-cell;
	vertical-align: bottom;
	float: none;
	*float: left;	
}

.product .prodColumnLeft {
	margin-right: 15px;
}

.product .prodColumnRight{
	padding-bottom: 10px;
}

.product .prodColumnTop {
	position: relative;
	margin-bottom: 15px;
}



.product .productHeader {
	margin: 0px 15px 0px 15px;
}

.product .productDetails {
	border: 1px solid #D8D8D8;
	border-top-width: 0px;
	padding: 25px;
	padding-top: 1em;
}


.product #prodBreadCrumbs {
	font-size: 10px;
	color: #7a7a7a;
	padding-bottom: 15px;
}

.product #prodBreadCrumbs a{
	text-decoration: underline;
}

.product #prodImgAndMeta {
	margin-bottom: 5px;
}

.product #prodImg {
	height: 204px;
	width: 355px;
	text-align: center;
	position: relative;
}

.product #prodImg .product-splash {
	display: block;
	height: 75px;
	left: 3pt;
	position: absolute;
	top: 0;
	width: 75px;
	z-index: 1000;
}

.product #prodImgBottom {
	position: absolute;
	bottom: 0;
	float: middle;
	left: 50%;
	margin-left: -128px;
}

.product #prodInfo {
	float: left;
}
.product #prodInfo .ui-tabs-panel {
	padding: 0;
}

.product #prodMenu {
	width: 355px;
}

.product #prodMeta {
	float: left;
	width: 355px;
	/*height: 204px;*/
	position: relative;	
}

.product #prodMeta h1 {	
	margin: 0;
	padding-top: 5px;	
	line-height: normal;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.product #prodMetaInfo {
	/*position: absolute;*/
	bottom: 0;
}

.product #prodExtras {
	float: left;
	width: 284px;
}

.product #productvalueslink a{
	margin: 0px;
	color: #02A8EF;
}

.product #prodForm {
	margin-bottom: 10px;
	display: block;
	width: 727px;
}

.product #prodFormTop {
	background: url(../images/bg-form-top.jpg);
	width: 725px;	
	height: 10px;
}

.product #prodFormMiddle {
	background: url(../images/bg-form-middle.jpg);
	width: 705px;	
	padding: 0 10px 0 10px;
	display: block;
}

.product #prodFormFooter {
	background: url(../images/bg-form-footer.jpg) no-repeat;
	width: 725px;	
	height: 10px;
}

.product #prodFormDisplay{
	float: left;
	width: 510px;	
	display: block;
	height: 100%;
}

.product .prodFormRow{
	float: left;
	width: 100%;	
}

.product .prodFormColumn {
	font-size: 11px;
	float: left;
	width: 65px;
	margin-right:7px;
	margin-bottom: 5px;
}

.product #prodFormSubmit {
	width: 186px;
	float: right;
	padding: 20px 0px 20px 0;
}

.product #prodDeliveryTime {
	text-align: center;
	color: #02A8EF;
	font-style: italic;
	font-weight: bold;
	margin-top: 5px;
}

.product #prodFormQuantity {
	float: left;
	width: 500px;
	padding: 30px 0px 30px 0;
	text-align: center;
}

.product #prodValues {
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 15px;
	width: 100%;
}

.product .prodFormColumn select{
	width: 65px;
	font-size: 13px;
}


.product .prodValue {
	float: left;
	width: 240px;
	padding-right: 10px;
	display: block;
}

.product .prodValue:last-child {
	float: left;
	width: 180px;
}

.product #prodVoteComment {
	width: 355px;
	display: block;
	float: left;
	margin-bottom: 20px;
}

.product #prodVoteComment #captcha {
	margin: 5px 0 5px 0;
}

.product #prodCommentBody {
	display: none;
}

.product #prodVoteComment .send_comment_button {
	float: right;
	width: 170px;
	text-align: right;
}

.product #prodCommentError {
	float: right;
	width: 170px;
	color: #FF0000;
	text-align: right;
}

.product #prodAverageVote {
	float: left;
	padding: 3px 0 0 15px;
}

.product #prodTotalComments {
	float: left;
}

.product #prodComments {
	width: 355px;
	display: block;
	float: left;
}

.product .prodCommentTop {
	background: url(../images/bg-top-quote.jpg);
	height: 10px;
}

.product .prodCommentMiddle {
	background: url(../images/bg-middle-quote.jpg) repeat-y;
	padding-left: 10px;
	display: block;
}

.product .prodCommentFooter {
	background: url(../images/bg-footer-quote.jpg);
	height: 27px;
	margin-bottom: 15px;
}

.product .prodCommentVote {
	display: block;
	width: 200px;
	height: 15px;
	margin-top: 2px;
	float: left;
}

.product .prodCommentDate {
	display: block;
	width: 100px;
	height: 15px;
	float: right;
	text-align: right;
	margin-right: 10px;
}

.product .prodCommentText {
	display: block;
	width: 335px;
	float: left;	
}

.product #prodCustServiceMsgTop {
	background: transparent url(../gui/cs-msg-top.gif) no-repeat bottom left;
	height: 13px;
}

.product #prodCustServiceMsg {
	background-color: #cef1ff;
	border: 1px solid #7bcaec;
	border-top-width: 0;
	border-bottom-width: 0;
	padding: 0 20px;
	width: 242px;
	color: #0098D9;
}

.product #prodCustServiceMsgBottom {
	background: transparent url(../gui/cs-msg-bottom.gif) no-repeat bottom left;
	height: 9px;
	margin-bottom: 13px;
}

.product #prodPageData table {
	width: 100%;
}

.product #prodPageData tr.header-row {
	border-bottom: 1px solid black;
}

.product #prodPageData th {
	padding: 0;
}

.product #prodPageData td {
	padding: 0px;
	font-size: 11.2px;
	width: 166px;
}

.product #prodPageData td.key {
	font-weight: bold;	
}

.product #prodExtras .extraImg {
	width: 284px;
}

.product #prodExtras .extraImg td {
	padding: 0;
}

#prodManufacturer {
	float: right;
	display: block;
	margin-bottom: 15px;
	position: absolute;
	top: 0;
	right: 0;
}

.product #prodCustomServiceChat {
	display: block;
	margin: 0 15px 10px 0;
	color: #02A8EF;
	float: left;
	width: 170px;
}

#prodCustomServiceExtra{
	display: block;
	float: left;
	width: 170px;
}

#prodOpticianShort {
	float: left;
	display: block;
	width: 170px;
}

.product #prodCustomService {
	color: #02A8EF;
	padding-bottom: 25px;
}

.product #prodCommentExtra {
	display: block;
	border-top: 2px solid #F96C10;
	border-bottom: 2px solid #F96C10;
	padding: 5px 0 5px 0;
}

.product #prodCommentExtra .reviewRating {
	display: none;
}

.product #prodCommentLatest {
	width: 170px;
	margin-right: 15px;
	float: left;	
}

.product #prodLatestComment {
	float: left;
	width: 170px;
	padding-bottom: 25px;
}

.product #prodLatestLink {
	float: left;
	width: 170px;
}


.product #prodCommentGraph {
	width: 170px;	
	float: left;
}

.product #metaInfoWrapper {
	height: 100%;
}

.product .toggableinfosimple {
	font-size: 10px;
}

.product #valuesHeader {
	display: inline;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
.product div.star-rating{float:left;width:12px;height:11px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
.product div.star-rating,div.star-rating a{background:url(../images/icon-star.png) no-repeat 0 0px}
.product div.star-rating a{display:block;width:12px;height:100%;background-position:0 0px;border:0}
.product div.star-rating-on a{background-position:0 -11px!important}
.product div.star-rating-hover a{background-position:0 -11px}
/* Read Only CSS */
.product div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
.product div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

/* set dimensions for this on each overlay */
.product-image-overlay,
.product-image-overlay2
 {
	position: absolute;
	top: 0;
	left: 0;
}

.product .product-is-expired .product-image-overlay { width: 75px; height: 75px; }
.flag-own-se.product .product-is-expired .product-image-overlay,
.flag-own-sf.product .product-is-expired .product-image-overlay { background-image: url(/multi/includes/languages/svenska/images/buttons/SPLASH-UTGANGEN-PRODUKT-75x75.png); }
.flag-own-fi.product .product-is-expired .product-image-overlay { background-image: url(/multi/includes/languages/finnish/images/buttons/SPLASH-UTGANGEN-PRODUKT-75x75.png); }
.flag-own-nl.product .product-is-expired .product-image-overlay { background-image: url(/multi/includes/languages/dutch/images/buttons/SPLASH-UTGANGEN-PRODUKT-75x75.png); }
.flag-own-no.product .product-is-expired .product-image-overlay { background-image: url(/multi/includes/languages/norska/images/buttons/SPLASH-UTGANGEN-PRODUKT-75x75.png); }
.flag-own-dk.product .product-is-expired .product-image-overlay { background-image: url(/multi/includes/languages/danish/images/buttons/SPLASH-UTGANGEN-PRODUKT-75x75.png); }
.flag-code-de.product .product-is-expired .product-image-overlay { background-image: url(/multi/includes/languages/german/images/buttons/SPLASH-UTGANGEN-PRODUKT-75x75.png); }
.flag-own-uk.product .product-is-expired .product-image-overlay,
.flag-own-eu.product .product-is-expired .product-image-overlay,
.flag-own-ie.product .product-is-expired .product-image-overlay { background-image: url(/multi/includes/languages/english/images/buttons/SPLASH-UTGANGEN-PRODUKT-75x75.png); }

.category .product-is-expired .product-image-overlay { width: 45px; height: 45px; }
.flag-own-se.category .product-is-expired .product-image-overlay,
.flag-own-sf.category .product-is-expired .product-image-overlay { background: url(/multi/includes/languages/svenska/images/buttons/SPLASH-UTGANGEN-PRODUKT-45x45.png); }	
.flag-own-fi.category .product-is-expired .product-image-overlay { background: url(/multi/includes/languages/finnish/images/buttons/SPLASH-UTGANGEN-PRODUKT-45x45.png); }
.flag-own-nl.category .product-is-expired .product-image-overlay { background: url(/multi/includes/languages/dutch/images/buttons/SPLASH-UTGANGEN-PRODUKT-45x45.png); }
.flag-own-no.category .product-is-expired .product-image-overlay { background: url(/multi/includes/languages/norska/images/buttons/SPLASH-UTGANGEN-PRODUKT-45x45.png); }
.flag-own-dk.category .product-is-expired .product-image-overlay { background: url(/multi/includes/languages/danish/images/buttons/SPLASH-UTGANGEN-PRODUKT-45x45.png); }
.flag-code-de.category .product-is-expired .product-image-overlay { background: url(/multi/includes/languages/german/images/buttons/SPLASH-UTGANGEN-PRODUKT-45x45.png); }
.flag-own-uk.category .product-is-expired .product-image-overlay,
.flag-own-eu.category .product-is-expired .product-image-overlay,
.flag-own-ie.category .product-is-expired .product-image-overlay { background: url(/multi/includes/languages/english/images/buttons/SPLASH-UTGANGEN-PRODUKT-45x45.png); }

.category .product-show-new-packaging .product-image-overlay2 { width: 81px; height: 32px; left: 102px; top: 9px; }
.flag-own-se.category .product-show-new-packaging .product-image-overlay2,
.flag-own-sf.category .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/svenska/images/buttons/new_design_category.png) no-repeat top left; }
.flag-own-no.category .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/norska/images/buttons/new_design_category.png) no-repeat top left; }
.flag-own-dk.category .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/danish/images/buttons/new_design_category.png) no-repeat top left; }
.flag-own-fi.category .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/finnish/images/buttons/new_design_category.png) no-repeat top left; }
.flag-code-de.category .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/german/images/buttons/new_design_category.png) no-repeat top left; }
.flag-own-fr.category .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/french/images/buttons/new_design_category.png) no-repeat top left; }
.flag-own-nl.category .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/dutch/images/buttons/new_design_category.png) no-repeat top left; }
.flag-own-uk.category .product-show-new-packaging .product-image-overlay2,
.flag-own-eu.category .product-show-new-packaging .product-image-overlay2,
.flag-own-ie.category .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/english/images/buttons/new_design_category.png) no-repeat top left; }

.product .product-show-new-packaging .product-image-overlay2 { width: 118px; height: 45px;	left: 210px; top: 15px; }
.flag-own-se.product .product-show-new-packaging .product-image-overlay2,
.flag-own-sf.product .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/svenska/images/buttons/new_design_product.png) no-repeat top left; }
.flag-own-no.product .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/norska/images/buttons/new_design_product.png) no-repeat top left; }
.flag-own-dk.product .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/danish/images/buttons/new_design_product.png) no-repeat top left; }
.flag-own-fi.product .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/finnish/images/buttons/new_design_product.png) no-repeat top left; }
.flag-code-de.product .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/german/images/buttons/new_design_product.png) no-repeat top left; }
.flag-own-fr.product .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/french/images/buttons/new_design_product.png) no-repeat top left; }
.flag-own-nl.product .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/dutch/images/buttons/new_design_product.png) no-repeat top left; }
.flag-own-uk.product .product-show-new-packaging .product-image-overlay2,
.flag-own-eu.product .product-show-new-packaging .product-image-overlay2,
.flag-own-ie.product .product-show-new-packaging .product-image-overlay2 { background: url(/multi/includes/languages/english/images/buttons/new_design_product.png) no-repeat top left; }

.product .product-is-recommended-by-optician .product-image-overlay {
	width: 99px;
	height: 47px;
	top: auto;
	bottom: 0px;
}
.flag-own-se.product .product-is-recommended-by-optician .product-image-overlay {
	background: url(/multi/includes/languages/svenska/images/buttons/ikon-optikerns-favorit-mid.png) no-repeat top left;
	cursor: help;
}

/* optikern rekommenderar i högerspalt */
.box-recommended-by-optican {
	overflow: auto;
	margin-top: 20px;
	color: #84a735;
	font-style: italic;
}
.box-recommended-by-optican a {
	color: #84a735;
}
.box-recommended-by-optican p.view-more {
	font-style: normal;
}
.box-recommended-by-optican .col-first,
.box-recommended-by-optican .col-second {
	float: left;
}
.box-recommended-by-optican .col-first {
	margin-right: 10px;
	width: 205px;
}
.box-recommended-by-optican .col-second {
	width: 140px;
}

/* generella stilar för ln_balloon-jquery-funktionen */
.ln_balloon {
	position: absolute;
	width: 227px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;

}
.ln_balloon_visible {
	/* display: block; */
	opacity: 1;
	margin-top: 10px;
	visibility: visible;
}
.ln_balloon_top {
	background: transparent url("/se/images/ln-balloon-bg.png") top left no-repeat;
	padding: 10px;
}
.ln_balloon_bottom {
	background: transparent url("/se/images/ln-balloon-bg.png") bottom left no-repeat;
	height: 23px;
}

