

#acc1 a {
	outline: none;
}
ul#acc1.accordion div.outer div.inner ul {
	margin-left: 0px;
}
#side {
	float: right;
	display: inline;
	width: 18em;
	padding-bottom: 1.3em;
	position: relative;
	color: #e3e3e3;
	overflow: hidden
}
#acc1 h4 {
	font-size: 13px;
	line-height: 13px;
}
#main h2 {
	background-color: #f0f0f0
}
#side, #side h2, #side h3 {
	background: #000;
	color: #e3e3e3
}
#side h2 {
	border-bottom: 1px solid #484b51
}
/* --- Links --- */
a {
	padding: 0px;
	border: 0px solid #e0e0e0;
}
a:hover, a:focus, a:active {
	border-bottom: 1px solid #bcd;
}
#side a {
	border: 0 none;
	color: #f0f0f0;
	text-decoration: none;
	outline: 0 none
}
#side a:hover, #side a:active, #side a:focus {
	color: #333
}
.accordion .left_nav_txt {
	margin-right:15px;
}
#side li {
	border-bottom: 1px solid #445;
}
#side li:last-child {
	border: 0 none
}
/* --- Accordion --- */
.js #main .accordion {
	visibility: hidden
}
.js #side .accordion {
	display: none
}
.accordion {
	margin: 0;
	padding: 0 0 0 10px
}
.accordion li {
	list-style-type: none;
	border-top: 1px solid rgb(238, 238, 238);
	line-height:2em;
}
.accordion li.last-child {
	margin-left: 19px;
	list-style-type: disc
}
#side ul.accordion ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.accordion .outer {
	border: 0 none;
	background: #fff
}
.accordion .inner {
	margin-bottom: 0;
	padding: .25em 0px .25em 10px;
	position: relative;
	overflow: hidden
}
.accordion .inner .inner {
	padding-bottom: 0
}
ul#acc1.accordion li ul li a.left_nav_txt {
	color:#333;
	padding:5px 8px 5px 0x;
	border-top:0px dashed rgb(238, 238, 238);
}
ul#acc1.accordion li ul li {
border-top:1px dashed rgb(238, 238, 238);
}
.accordion .h {
	padding-top: .3em
} /* vertical padding instead of vertical margin (ie8) */
.accordion p {
	margin: .5em 1px 1em
}
.accordion > li ul li a {
	border-top: 1px dashed rgb(238, 238, 238);
}
/* 
 Add styles for all links in the 'accordion':
.accordion a {...}
*/ 
a.trigger_accordion {
	padding-left: 20px;
	background-image: url(/resources/img/plus.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-weight: 700;
	float: right
}
a.trigger_accordion.open {
	background-image: url(/resources/img/minus.gif);
	float: right
}
.last-child a.trigger_accordion {
	padding-left: 1px;
	background-image: none;
	font-weight: normal
}
#main a.trigger_accordion {
	background-color: #f0f0f0
}
#main a.trigger_accordion.open {
	border-color: #dadada;
	background-color: #e7e7e7
}
#main a:hover.trigger_accordion.open, #main a:focus.trigger_accordion.open, #main a:active.trigger_accordion.open {
	border-color: #bcd
}
#side a.active {
	font-weight: 700;
	color: #ef884a;
	text-decoration: none
}
a.icon.trigger_accordion {
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 0;
	border: 0 none;
	border-radius: 3px;
	vertical-align: middle
}
#main a.icon.trigger_accordion:hover, a.icon.trigger_accordion:focus, a.icon.trigger_accordion:active {
	box-shadow: 0 0 1px #5a77cf!important
}
#side a.icon.trigger_accordion {
}
#side a.icon.trigger_accordion:hover, #side a.icon.trigger_accordion:focus, #side a.icon.trigger_accordion:active {
	background-color: #86a0ef!important
}
h4.h.last-child a.c20.left_nav_txt.trigger_accordion {
	padding-top:0.3em;
	 margin: 9px 0;
	 font-weight:normal;
	 float: none !important;
	 text-transform:uppercase;
	
}
.acc_h4 {
	text-transform:uppercase !important;
	font-weight:normal !important;
	line-height: 1.4em;
}
ul#acc1.accordion li ul li ul {
	display:none;
	margin-left:10px !important;
}
ul#acc1.accordion li ul li a.icon {
	padding-top:12px;
}
ul#acc1.accordion li ul {
	margin-left:10px;
}
 
.change_this {
	margin-top:-30px;
	margin-bottom:20px;
	color:#bbb;
	font-size:10px;
}
.change {
	color:#DA4D49 !important;
	border-bottom:0px solid;
}
li.current.shown h4.h a, .current .current {
	font-weight:bold !important;
}

li.current.shown ul.shown li.current.shown ul.shown li {
	font-weight:normal !important;
}
li.current.shown ul.shown li.current.shown ul.shown li.current.shown {
	font-weight:bold !important;
}

ul#acc1.accordion li ul.shown li.current.shown {
	font-weight:bold !important;
}
ul#acc1.accordion li ul.shown li.current.shown ul li {
	font-weight:normal !important;
}
#success_ajax {
	background: #D1F4D0;
	padding: 15px;
	border: 1px solid #81E17D;
}
#error_ajax {
	background: #F4D2D0;
	padding: 15px;
	border: 1px solid #E1847D;
}
.cmtx_error_details {
	margin-top: 15px;
}
div#tags_block li div a {
	background: url(/images/tick.png) no-repeat scroll 0 0 transparent;
	padding-left: 20px;
	text-decoration: none;
}
div#tags_block li div a:hover {
	background: url(/images/ticked.png) no-repeat scroll 0 0 transparent;
	padding-left: 20px;
}
#selected_tags li a {
	background: url(/images/ticked.png) no-repeat scroll 0 0 transparent;
	padding-left: 20px;
	text-decoration: none;
}
#selected_tags li a:hover {
	background: url(/images/tick.png) no-repeat scroll 0 0 transparent;
	padding-left: 20px;
}
.uparrowdiv, .downarrowdiv, .leftarrowdiv, .rightarrowdiv {
	min-height: 40px; /*min height of DIV should be set to at least 2x the width of the arrow*/
	/*	background: url("/resources/themes/sellegance/img/cart_bg.png") repeat scroll 0 0 transparent;*/
	background: rgb(37, 65, 42); /* The Fallback */
	background: rgba(36, 64, 41, 0.97);
	padding: 0px 10px;
	position: relative;
	word-wrap: break-word;
	-moz-border-radius: 5px; /*add some nice CSS3 round corners*/
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 2em;
}
/*.uparrowdiv:after { 
	content: '';
	display: block;
	position: absolute;
	top: -20px; 
	left: 220px;
	width: 0;
	height: 0;
	border-color: transparent transparent #1F3C24 transparent; 
	border-style: solid;
	border-width: 10px;
}
*/
.downarrowdiv:after { /*arrow added to downarrowdiv DIV*/
	content: '';
	display: block;
	position: absolute;
	top: 100%; /*should be set to 100% */
	left: 30px;
	width: 0;
	height: 0;
	border-color: black transparent transparent transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 10px;
}
.leftarrowdiv:after { /*arrow added to leftarrowdiv DIV*/
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: -20px; /*should be set to -border-width x 2 */
	width: 0;
	height: 0;
	border-color: transparent black transparent transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 10px;
}
.rightarrowdiv:after { /*arrow added to rightarrowdiv DIV*/
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 100%; /*should be set to 100% */
	width: 0;
	height: 0;
	border-color: transparent transparent transparent black; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 10px;
}
.cart_top {
}
.cart_top h2 {
	color: #FFFFFF;
	font-size: 34px;
	font-weight: 200;
	line-height: 25px;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-align: left !important;
}
.cart_top h2 span {
	font-size: 12px;
	margin-right: 7px;
	display: none;
}
.total_row .view {
	color: #579DBE;
	font-size: 12px;
	position: absolute;
	right: 20px;
	top: 18px;
}
.total_row .checkout {
	color: #f2f2f2;
	font-size: 12px;
	position: absolute;
	right: 20px;
	top: 38px;
	background: url("/resources/themes/sellegance/img/shop_cart_icon&16.png") no-repeat scroll left top transparent;
	text-indent: 22px;
}
.cart_total_top {
	background: url("/resources/themes/sellegance/img/total_bg.png") repeat scroll 0 0 transparent;
	border-bottom: 1px solid #222222;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
	padding: 13px 13px 15px;
}
.total_row_bottom {
	padding: 0px;
}
.total_row_bottom div {
	/* background: #406647;
    */
	background: url("/resources/themes/sellegance/img/track_icon&16.png") no-repeat scroll 0 0 transparent;
	background-position: top left;
	text-indent: 22px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 15px;
	padding: 0px;
	color: #579DBE;
	margin-top: 35px;
	clear: left;
	text-align: left
}
.top_border {
	padding-top: 10px !important;
	text-align: left;
}
tr.total_row td.top_border {
	padding: 0px;
}
.cart_prod {
}
.row2 td, .row1_flyout td, .cart_top td {
	padding: 0px;
}
.bottom_border {
	border-bottom: 1px solid #406647;
	color: #579DBE;
	font-size: 12px;
	margin-bottom: 5px;
	padding-bottom: 5px !important;
}
/* top reveal content panel */
.panel {
	/*position: fixed;
	top: 168px;
	right: 0;
	display: none;
	background: #158E4D;
	border: 1px solid #111111;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	width: 378px !important;
	-webkit-box-shadow: 0 0 2px 2px #444444;
	-moz-box-shadow: 0 0 2px 2px #444444;
	-o-box-shadow: 0 0 2px 2px #444444;
	box-shadow: 0 0 2px 2px #444444;
	behavior: url("/PIE.htc");
	width: 430px;
	height: auto;
	padding: 20px;
	filter: alpha(opacity=85);
	opacity: .98;
	z-index: 101;   background:transparent;
    border-bottom: 1px solid #111111;   border-top: 1px solid #427F4C; */
 
 
	display: none;
	height: auto;
	
	opacity: 0.98;
	padding: 0px;
	position: fixed;
	top: 30px;
	width: 278px !important;
	z-index: 1001;
}

.freight_cart td {
	color:#C8DDCC;
}

#my_cart .trigger {
	top:22px;
	position:relative;
	right:-30px;
}
#flyoutcart {
	-moz-box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.5);
	
	
}

.panel .add {
	top: 33px;
	width: 50% !important;
	z-index: 1001;
	left:25%;
}


.panel p {
}
.panel a, .panel a:visited {
	color: #C8DDCC;
}
.panel a:hover, .panel a:visited:hover {
}
a.trigger {
	color: #FFFFFF;
	font-weight: 700;
	padding: 20px 13px 20px 33px;
	z-index: 102;
}
a.trigger:hover {
	border: 0px;
}
a.trigger_nocart {
	
	text-decoration: none;
	color: #fff;
	font-weight: 700;
z-index: 102;
text-indent:999999px;
	}
a.trigger_nocart:hover {
	color: #fff;
}
.trigger2 {
	position: fixed;
	text-decoration: none;
	top: 225px;
	right: 0;
	font-size: 14px;
	background: #1AAE6D;
	color: #fff;
	font-weight: 100;
	border: 0px solid #444;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	display: block;
	padding: 5px 20px 10px 23px;
	behavior: url("/PIE.htc");
	z-index: 101;
 display:;
}
.trigger3 {
	background: none repeat scroll 0 0 #E10613;
	border: 0 solid #444444;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 5px 10px 7px;
	position: fixed;
	right: 0;
	text-decoration: none;
	top: 245px;
	width: 63px;
	z-index: 101;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	display: block;
	behavior: url("/PIE.htc");
	z-index: 101;
}
.trigger3 a {
	font-size: 12px;
}
.trigger3 li {
	list-style: none;
	list-style-image: none;
}
a.trigger:hover {
	color: #101010;
}
a.active.trigger {
	border: 0px;
}
#tags_block ul li {
	float: none;
	font-size: 12px;
	list-style: none outside none;
	margin: 0;
	border-top: 0px solid #EEEEEE;
	background: transparent;
	clear: left;
	height: 29px;
	line-height: 29px;
	text-align: left;
	width: auto;
	text-transform: capitalize;
}
#tags_block ul li:hover {
	background-color: #f9f9f9;
}

.tag_header, .tag_head  {
	background: url("/images/tagbg1.jpg") repeat scroll 0px -17px #B6312C;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	font-size: 16px;
	margin: 20px 0 20px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.tag_set {
	margin-top:20px;
	padding:5px 10px;
	
}
.tag_set span {
	font-size:14px !important;
}

div#tags_block ul.left-nav {
	margin-left: 0px;
}
.contentset span {
	font-size: 18px;
    text-transform: capitalize;
}
/*.contentset {
	margin: 28px 0 8px !important;
}
*/
.contentset {
	margin: 10px 0 0px !important;
	padding-left:0px !important;
}
.tag_count {
	float: left;
	margin-left: 5px;
	color: #999;
}
#items_block_qs {
	list-style: none;
	margin-left: 0px;
}
ul.checkout_btns {
	list-style: none;
	margin-left: 0px;
}
.checkout_btns li {
	float: left;
	margin-left: 10px;
}
ul.checkout_btns li.secure_li div.btn a.buynow_button {
	color: white;
}
ul.checkout_btns li.secure_li div.btn a.buynow_button:hover {
	text-decoration: none;
}
ul.checkout_btns li.secure_li {
	float: right;
}
h2.cart_h2 {
	padding-top: 10px;
	font-size: 18px;
	text-align: right;
	font-weight: normal;
}
.table .cart td {
	background: none repeat scroll 0 0 #FFFFFF !important;
	border-bottom: 1px solid #EEEEEE;
	border-top: 0 none;
	vertical-align: middle;
}
.table thead td, .table thead th h5 {
	background-color: #F2F2F2;
	color: #000000;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: normal;
}

div.highslide-container div.span7 div.price {
	margin-top:0px;
}

div.popup div.description {
	max-height:210px;
	overflow:auto;
	margin-bottom:15px;
}

div.highslide-body div div#content_1.tab_content form#frm_cart div.row-fluid, div.highslide-body div div#content_1.tab_content {
	margin-bottom:0px;
	padding-bottom:0px;
}

div.highslide-container div.image-additional ul#image_gallery.thumbnails li {
	margin-left:0px;
}


div#continueCheckoutConfirmationButton.continueCheckoutConfirmationButton div button.btn-cart {
    background: none repeat scroll 0 0 #389341;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    font-size: 22px !important;
    padding: 12px 10px !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
  

div#continueCheckoutConfirmationButton.continueCheckoutConfirmationButton div button.btn-cart:hover {
 background-position: -999910px 13px;
 text-indent:none;
 background:#FE8585;
}


.cmtx_reply_arrow, .cmtx_reply_intro {
	background: url("http://www.olliemccarthy.com/themes/gonzo/wp-content/themes/gonzo/images/reply-comment.png") no-repeat scroll 0 0 transparent;
	height: 22px;
	margin-top: 10px;
	padding-left: 48px;
	padding-top: 23px;
	font-weight: 100;
}
.cmtx_buttons {
	float: right;
	width: auto;
	padding: 0px 5px;
}
.cmtx_page_number_block {
	margin-top: 40px;
	margin-bottom: 20px;
}
.cmtx_name_without_website_text {
	font-weight: bold;
}
.reply_indent {
	margin-left: 50px;
}
.admin_comment_box_1 {
	background: url("/images/misc/admin.png") no-repeat scroll 50% 8px #FEFEFE;
	border: 1px solid #EEEEEE;
	overflow: hidden;
	padding: 5px;
}
.cmtx_reply_text {
	background: none repeat scroll 0 0 #F4F4F4;
	border: 2px solid #DDDDDD;
	border-radius: 5px 5px 5px 5px;
	color: #222222;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 20px;
}

.cmtx_sort_block {
 background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #eee;
    border-radius: 5px 5px 5px 5px;
    color: #222222;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 10px;
  

}

.cmtx_comment_text {
	margin-top:10px;
}

.cmtx_topic_block {
	font-style:italic;
}
.cmtx_admin_reply_box_2 {
	background: url("/images/misc/admin.png") no-repeat scroll 50% 8px #FEFEFE;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 5px 5px 20px;
}
.cmtx_admin_reply_box_1 {
	background: url("/images/misc/admin.png") no-repeat scroll 50% 8px #FEFEFE;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 5px 5px 20px;
}
.cmtx_comment_box_1 {
	background-color: #FDFDFD;
	border: 1px solid #EEEEEE;
	border-radius: 4px 4px 4px 4px;
	overflow: hidden;
	padding: 10px;
}
.cmtx_reply_box_2 {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: -moz-use-text-color -moz-use-text-color #CCCCCC;
	border-style: none none dashed;
	border-width: medium medium 1px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 5px 5px 20px;
}
.cmtx_reply_box_1, .cmtx_comment_box_1 {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: -moz-use-text-color -moz-use-text-color #CCCCCC;
	border-style: none none dashed;
	border-width: medium medium 1px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 5px 5px 20px;
}

.cmtx_comments_heading {
/*	background-color:red;
	padding:8px 14px 7px;
	color:white;
	display:inline-block;
*/
}



ul.rating-points li.rating-point div.meter a {
	padding:0px;
}

ul.rating-points li.rating-point, ul.ratings li {
	list-style:none
	
}
ul.ratings, ul.rating-points {
	margin-left:0px;
}

 @media only screen and (min-width: 1200px) {
}
div.flexslider_not ul.slides li {
	float: left;
	padding: 2%;
	width: 29%;
}
div.flexslider_not ul.slides li img {
	width: 100%;
}
div.description span.label {
	float: left;
	margin-right: 5px;
	text-align: justify;
	width: 47px;
}
span.aos, span.ssf {
	left: 7px;
	line-height: 106px;
	margin: 0;
	min-height: 106px;
	min-width: 112px;
	position: absolute;
	top: 2px;
	z-index: 999;
}

html.not-ie body.client section#content-wrapper div.container div.container-inner div.row-fluid section#maincontent.sideleft div.mainborder div#general-block section#featured-products.products-slider div.flexslider div.flex-viewport ul.slides li span.ssf {
	left:17px;
	top:-8px;
	
}


.product_detail span.aos, .product_detail span.ssf {
	left: 12px;
	top: 21px;
}
.relations span.aos, .relations span.ssf {
	left: -9px;
	top: -7px;
}
.at4-whatsnext .at-whatsnext-content a.at4-logo, #at3winfooter a {
	display: none !important;
}
#at3winfooter {
	border-top: none !important;
	height: 0px !important;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: block !important;
	float: left;
	font-weight: 100 !important;
}
.draggable-header .highslide-header .highslide-move {
	display: none !important;
}
.highslide-header a {
	color: #CCCCCC !important;
	font-weight: 100;
	text-transform: uppercase;
}
.draggable-header .highslide-header .highslide-close a {
	opacity: 0.5;
}
.highslide-container div {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 12px !important;
}
#list_all {
	float: right;
	margin-right: 10px;
	margin-top: 3px;
}
input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
	line-height: normal;
	margin: -1px 4px 0 0 !important;
}
.gridContainer {
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   clear: none;
   float: none;
}

#topNav {     
   overflow: hidden; 
   width: 100%;
   height: 29px;
   margin-left: auto;
   margin-right: auto;
   position: fixed;
   top: 0;
   left: 0;
   opacity: 1.0;
   background-color: #2D2D2D;
   -webkit-transition: all ease 0.3s;
   transition: all ease 0.3s;
   z-index: 999; 
}

.gridContainer.hidden2 #topNav {
   opacity: 0;
   z-index: -1;
}


nav#mainnav.hidden2 {
	position:fixed;
	opacity:1;
	z-index:999;
	margin-left:0px;
	width:1150px;
	background:white;
	background:rgba(255,255,255,0.9);
	padding:5px 10px 10px 10px;
	margin:0px;
	margin-left:-10px;
}

nav#mainnav.navtop {
	top:0px !important;

}

.lowopacity {
	opacity:0;
}

.blockOverlay {
    background-color: #F2F2F2 !important;
	display:block !important;
}
div.blockUI div#my_cart div#flyoutcart.uparrowdiv {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
}
div.blockUI div#my_cart div#flyoutcart.uparrowdiv:after {
    display: none;
}
div#latestincart td.top_border {
    color: #333333;
    font-size: 16px;
    line-height: 1.4em;
}
div#latestincart td.cart_right {
    float: left;
    padding-top: 35px !important;
}
div#latestincart td.cart_right a {
    color: #579DBE;
}
div#latestincart img {
    padding-right: 20px;
}

html body.client div.blockUI div#latestincart div.modal_cart table.specifications tbody tr.row2 td.top_border div {
    bottom: 24px;
    float: right;
    position: absolute;
    right: 24px;
}
#latestincart {
    display: none;
}
html body.client div.blockUI div#latestincart {
   /* border-bottom: 5px solid #579DBE; */
    display: block !important;
    height: 130px;
    padding: 20px;
}


.bulk_buy2 {
    float: left;
    line-height: 1.7em;
    margin-right: 60px;
    padding: 12px 15px !important;
}
.matrix {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px dashed #DDDDDD;
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%;
	margin-bottom:10px;
}
.matrix td {
    padding: 5px;
}
.matrix tr {
}
.leftvalue, .topvalue {
    background: none repeat scroll 0 0 #F5F5F5;
}
.prod_select img {
    border: 1px solid #DDDDDD;
    margin-bottom: 9px;
    margin-left: 5px;
    padding: 3px;
}
.icon-large {
    background-image: url("/resources/img/glyphicons.png");
    background-position: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    vertical-align: text-bottom;
    width: 28px;
}

.icon-ok-sign {
    background-position: -72px -96px !important;
}

.icon-remove {
    background-position: -312px 0 !important;
}

div.prod_select select {
	margin-bottom:9px;
	vertical-align:middle;
}

span.price span.price-new span {

    font-size: 12px;
}