@import url(https://fonts.googleapis.com/css?family=Montserrat);
body {
 margin: 0px auto;
}

#search-keyword {
    font: 12px arial;
    height: 28px;
    margin: 1px 0 0 1px;
    padding: 0 24px 0 8px;
	width: 158px
}

.search-submit-button {
	background: transparent;
	margin-left: -35px;
	border: 0px;
	color: #5e5e5e !important;
	font-family: inherit;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}


#search-btn{
	background: url("/images/search.png") no-repeat 50% 55%;
	border: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-left: -26px;
	vertical-align: middle;
}

#your-basket{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
}


/*
h1{
	display: inline;
}

input {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
}


select {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
}

form {
	display: block;
	width: 100%;
	margin: 0;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
*/
.font{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.option-select {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
}

.main_table{
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #ffffff;
	width: 1024px;
	margin:0 auto;
}

.main_gridcontainer{
	margin: 5px 0 5px 2px;
	padding-left: 2px;
}


.main_gridcontainer .float{
	margin: 0 3px 0 2px;
	padding: 0px;
}

.index_gridcontainer{
	margin: 2px 0px 0 6px;
	padding: 0px;
	float: left;
}


.index_gridcontainer .float{
	margin: 2px 2px 5px 4px;
	padding: 2px 0 0 0 ;
}


.block_hdr {
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	display: block;
	padding-left: 8px;
}

.block{
	display: block; 
}
/*

.quick_search_form{
    display: inline-block;
    border: 1px inset #ccc;
}

.quick_search_form input {
    border: none;
    padding: 0;
}

.quick_search_form button {
    border: none;
    background: none;
}

#search-keyword{
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	padding: 10px 40px 10px 5px;
	height: 100%;
	border: 1px solid #ccc;
}


#search-btn{
	background: url("/images/search.png") no-repeat  90% 50%;
	margin-right: 100px;
	border: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-left: -40px;
}

#search-result-box{
	position: absolute;
	padding: 5px;
	background: #fff;
	z-index: 999;
	display: hidden;
	border: 1px solid #000;
}

.search-result-row{
	font-family: 'Montserrat', arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
	display: block;
	padding: 8px 3px 8px 3px;
	margin-bottom: 5px;
	color: #000;
	text-transform: capitalize;
	border-bottom: 1px solid #ccc;
}

.search-result-row a{
	color: #000;
	text-decoration: none;
}


.search-result-row a:hover{
	color: #cc0000;
}

*/

/**** Breadcrumb Navigation ****/
.breadcrumb{
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 10px 0 10px 20px;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.breadcrumb a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.breadcrumb a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: underline;
}

.category-headline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
/**** End Breadcrumb Navigation ****/

/** Shop by Category **/
ul#menu {
  list-style-type: none;
  margin: 10px;
  padding:5px;
}

ul#menu ol {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 5px;
  background-color:#F5F7F8
}

ul#menu li, 
  ul#menu a {
     list-style-type: none;
	color: #000000;
	font-family: Arial;
	font-size:12px;
	text-decoration:none;
    font-weight:normal;

}

ul#menu li {
  padding: 4px;
  margin: 0;

}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
	text-decoration:underline;
}

ul#menu a.active {
    font-weight:bold;
}



/** Shop by Brand **/
.brand_menu{
	margin: 2px 0 0 0;
	padding: 0;
	width: 192px; /*width of menu*/
	border-bottom-width: 0;
}

.brand_menu a.menuitem{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	margin-bottom: 1px;
	padding-left: 10px;
	text-decoration: none;
	margin-top: 5px;
}

.submenuheader{
	background-color: #f3f3f3;
}

.brand_menu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;

}

.brand_menu a.menuitem:hover{
	background: #1992da;
	color: #fff;
}

.brand_menu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	background: #eef7ff;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.brand_menu div.submenu ul li{
	border-bottom: 1px solid #fff;
}

.brand_menu div.submenu ul li a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 8px 0;
	padding-left: 10px;
}

.brand_menu div.submenu ul li a:hover{
	background: #ff3300;
	color: white;
}

.expandheader{
    background: #1992da;
    color: #ffffff;
}


.collapseheader{
    color: #000;
}

.more_model{
	background: #eef7ff;

}

.brand_menu div.submenu li.more_model a{
	color: #ff3300;
	font-weight: bold;
}


.notabove{
	margin-top: 20px;
	color: #1992da;
}

.seemore{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #ff3300;
	text-decoration: none;
	margin-left: 60px;
}

a.seemore:hover{
	text-decoration: underline;
}
/** End Brand Vertical Menu **/


/** Brand Icon**/
#brand-icon-row{
	width:1024px;
	background-color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.brand-icon{
	margin: 3px 5px 0 0;
}

/** Product Details Page Review **/
.accessories{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00a8ff;
	font-weight: normal;
}
.review_website a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: #09F;
	min-width: 100px;
}

.review_content{
	line-height: 1.5em;
	margin-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
    position:relative;
}

.last_review{
	border-bottom: 1px solid #f0f0f0;
}

.read_more{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09F;
	margin-left: 5px;
}

.read_more a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09F;
	text-decoration: none;
	width: 60px;
	text-align:center;
}
.read_more a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09F;
	text-decoration: underline;
}

.review_img{
	float: left;
	padding: 5px 10px 0 0 ;
}

.quote_mark{
	font-family: Georgia;
	font-size: 20px;
	color: #F30;
	line-height: 10px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


a.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}



.desc_tbl_hdr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color:#E8E8E8;
	padding: 5px;
	width: 640px;
}

.desc_tbl
{
	clear: both;
	background-color:#E8E8E8;
	margin: 10px;
}


.desc_tbl_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffffff;
	padding: 8px;
}

.media_col1{
	clear: both;
	float: left;
	display: block;
	width: 150px;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 10px;
}

.media_col2{
	float: left;
	margin-top: 10px;
	margin-right: 30px;
}

#thumb_img{
	float: left;
	border: 1px #ccc solid;
	margin-top: 10px;
}

.prod_cart{
	display: block;
	float: left;
	margin: 0 0 0 20px;
}

.prod_large_pic_no_gap{
 display:block;
 margin:0;

}


.prod_large_pic{
	border: 1px #ccc solid;
	margin: 5px;
}

#desc2 ul
 {
 margin: 0;
 padding: 0;
 list-style-type: none;
 text-align: center;
 }

 #desc2 ul li div{
 display: block;
 float: left;
 margin: 10px;

 }
 #desc2 ul li { display: inline; }

 #desc2 ul li a
 {
 text-decoration: none;
 padding: .2em 1em;
 color: #000;
 border: 0;
 }

  #desc2 ul li a img
 {
 border: 0;
 }

/** End Product Details Page Review **/


/** Review Page **/
.review_h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 10px 20px;
}
.review_wrapper{
	background-color: #f1f2f2;
	margin: 20px 20px 30px 20px;
	padding: 10px;
	border-top: 1px solid #bcbec0; 
	border-bottom: 1px solid #bcbec0; 
}


.review_prod_img
{
	float: left;
	border: 1px solid #e0e0e0;
	margin: 5px 10px 10px 3px;
	vertical-align: middle;
}

.review_prod_name{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.review_prod_name:hover{
	text-decoration: underline;
}

.review_price{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 13px;
}

a.review_submit{
 color: #1992da;
}

.review_bottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	margin-right: 20px;
}

ul.desc {
  margin-top: 1px;    /* gets rid of space at the top */
  margin-left: 17px;  /* gets rid of extra space to the left  (IE) */
  padding-left: 0px;  /* gets rid of extra space to the left  (Firefox) */
  margin-bottom: 0px; /* gets rid of space at the bottom */
  line-height: 20px;
}

/** Category Page Grid Images **/


.refine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.gridcontainer{
	padding: 3px 2px 2px 0;
}

a.dept_more{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	display: block;
	padding: 2px 4px 2px 4px;
	margin: 0 10px 0 0;
	border: 1px solid #666666;
	background-color: #cccccc;
	width: 200px;
	text-align: center;
	color: #000000;
	text-decoration: none;
}


a.dept_more:hover{
	color: #000000;
	text-decoration: none;
}

.dept_heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 5px 10px 5px 5px;
	margin: 5px 0 5px 0;
	color: #ffffff;
	display: block;
}


div.float {
	float: left;
	width: 150px;
	margin: 0 2px 0px 0;
	padding: 2px;
	position:relative;  
	
 }


div.IEfloat{
  width: 150px;
  height: 150px;
  margin: 0 2px 3px 0;
  background: #fff;
  position:relative;  
  border: 1px solid #000000;
}

div.IEfloat img{
	line-height: 0;
	display: block;
}

div.gridimage{
  width: 150px;
  height: 150px;
  margin: 0 2px 3px 0;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
}

div.gridimage img{
	line-height: 0;
	display: block;
}

div.gridimage img:hover{
	line-height: 0;
	display: block;
}

.gridimage:hover{
	border: 1px solid #000000;
}

a.prodname{
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	color:#000000;
}

a.prodname:hover{
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color:#000000;
}

.prod_cell_prc{
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0 0 7px;
	display: block;
	font-size: 12px;
	color: #666666;
}

.clear{
	clear: both;
}

img.re{
	position:relative;
	top:18px;
   }

/** new_items **/
#new_items{
	padding: 8px 12px 8px 12px;
	margin: 20px 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;

}

/** News **/
.news{
	background-color: #99cc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	-moz-border-radius: 5px;
	 border-radius: 5px;
	padding: 6px 12px 6px 12px;
	margin: 0px 5px 5px 5px;
	display: block;
	text-decoration: none;
	text-align: center;
}


/** Back in Stock **/
.tag
{	
	 position: absolute; 
	 bottom: 0; 
	 right: 0; 
}

 .dept_block{
	margin-left: 1px;
	position:relative; 
}

/*
.dept_block_more{
	opacity:.50; 
    -moz-opacity:.50;  
    filter:alpha(opacity=50);  
	border: 1px solid #ffffff;
	float:right;
	width: 60px;
	position:absolute; 
	top: 150px;
	z-index: 10;
	right: 0;
}*/

.dept_block_more{
	border: 1px solid #ffffff;
	float:right;
	width: 60px;
	position:absolute; 
	top: 150px;
	z-index: 10;
	right: 0;
}

.dept_block_more_hover{
	opacity:1; 
    -moz-opacity:1;  
    filter:alpha(opacity=100);  
	border: 1px solid #ffffff;
	float:right;
	width: 60px;
	position:absolute; 
	top: 150px;
	z-index: 10;
	right: 0;
}


.dept_block_more:hover{
	opacity:1; 
    -moz-opacity:1;  
    filter:alpha(opacity=100);  
	border: 1px solid #ffffff;
	float:right;
	width: 60px;
	position:absolute; 
	top: 150px;
	z-index: 10;
	right: 0;
}

.IEdept_block_more{
	opacity:1; 
    -moz-opacity:1;  
    filter:alpha(opacity=100);  
	float:right;
	width: 60px;
	position:absolute; 
	background-color: #000000;
	top: 150px;
	z-index: 10;
	right: 0;
}


.view_other_acc{
	background-color: #00a8ff;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 30px 5px 30px;
	margin-right: 10px;
	display: block;
	float: right;
	text-decoration:none;
}


.view_other_acc:hover{
	background-color: #00a8ff;
	color: #ffffff;
	text-decoration:none;
}

div.spacer {
  clear: both;
  height: 3px;
  }


/** Breadcrumb Navigation **/
.breadcrumb{
	margin-top: 30px;
	padding: 10px 0 10px 20px;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.breadcrumb a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.gt{
	margin-right: 20px;
	margin-left: 20px;
}

.breadcrumb a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

.breadcrumb h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: inline;
}

/** End Breadcrumb Navigation **/


/** Google Translation **/


#google_translate{
	float: right;
}

#google_translate_element{
    float: right;
    margin-right: 10px;
}

/** End Google Translation **/


/** General Fonts **/
.text_normal_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}


/** Cart Table **/
.thumbnail{
	margin-right: 9px;
	padding: 0;
	float: left;
	vertical-align: top;
	width: 96px;
}

.cart-container{
	width: 96%;
	margin: 0 auto 10%;
	padding: 1% 2% 1% 2%;
	background-color: #fff;


}

.checkout-box{
	border: 1px solid #d0d0d0; 
	width: 96%; /* 100% - 4% (padding) */
	margin: 0 auto;
	padding: 1% 2% 1% 2%;
}

.cart-table-ttl{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
}

.cart-table-cell{
	height: 100px;
	vertical-align: top;
}

.center{
	text-align: center;
}

.cart_total{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

}

.cart-table-font{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a.cart-table-font{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

a.cart-table-font:hover{
	text-decoration: underline;
}

#cart_total{
	float: right;
	margin-right: 30px;
	background-color: #f0f0f0;
	padding: 5px 5px 5px 5px;
	border: 1px solid #d0d0d0; 
	width: 200px;
	text-align: center;
}

.cart_table_hdr{
	font-family: 'Montserrat', Arial, sans-serif;
	margin: 40px 0 10px 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

a.cart_product{
	font-family: sans-serif, Helvetica, Verdana;
	font-size:12px;
	color: #000;
	text-decoration: underline;
	line-height: 30px;
}



.btn {
	-webkit-appearance: none;
	font-family: 'Montserrat', Arial, sans-serif;
	background-color: #6699cc;
	padding: 8px 20px 8px 20px;
	margin-left: 20px;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	font-size: 11px;
	letter-spacing:1px;

}

.btn:hover{
	-webkit-appearance: none;
	background-color: #336699;
}

.cfm_btn {
	-webkit-appearance: none;
	font-family: 'Montserrat', Arial, sans-serif;
	background-color: #cc0000;
	padding: 8px 20px 8px 20px;
	margin-left: 20px;
	margin-right: 20px;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	font-size: 11px;
	letter-spacing:1px;
	margin-top: 10px;
}

.cfm_btn:hover{
	-webkit-appearance: none;
	background-color: #ff0000;
}


.addcart_btn {
	-webkit-appearance: none;
	font-family: 'Montserrat', Arial, sans-serif;
	background-color: #53a270;
	padding: 8px 20px 8px 20px;
	margin-left: 20px;
	margin-right: 20px;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:1px;
}

.addcart_btn:hover{
	-webkit-appearance: none;
	background-color: #327149;
}


.large-btn{
	-webkit-appearance: none;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	letter-spacing:1px;
}


.qtybtn{
	-webkit-appearance: none;
	margin-bottom: 2px;
	margin-right: 5px;
}


.shipping_discount{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
	text-decoration: line-through;
}



/** Coupon table **/

.invalid_coupon{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
}

.coupon_code{
	color: #0000cc;

}

.coupon_discount{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;

}

#coupon-code-input{
	margin-right: 10px;
}

/** Shipping address table **/

.shipping_left_td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding-top: 6px;
	padding-right: 6px;
}



.shipping_right_td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/** Contact us page **/
.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
}


label { 
	width: 10em; 
	float: left; 
}

label.error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/** JS Disabled **/
.jsDisabled{
	margin-left: 30px;
	font-family: sans-serif,Arial, Helvetica, ;
	font-size: 12px;
	line-height: 3em;
}

.jsDisabled a{
	font-family: sans-serif,Arial, Helvetica, ;
	font-size: 12px;
	line-height: 3em;
	color: #3366ff;
}

.noscript{
	font-family: sans-serif,Arial, Helvetica, ;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #ff0000;
	color: #ff0000;
	margin: 5px;
}

.mobile_mode{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #76ddf7), color-stop(1, #229ff2) );
	background:-moz-linear-gradient( center top, #00a8ff 5%, #229ff2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a8ff', endColorstr='#229ff2');
	background-color:#00a8ff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #00a8ff;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	color: #fff;
	font-size: 30px;
	font-family: Arial, Helvetica,sans-serif ;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}


.content-para{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;

}

#mc_embed_signup{
	background: #f0f0f0;
	clear: both;
	padding: 5px;
	text-align: center;
}

#signup{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	display: inline-block;
	margin-right: 10px;
}

/* mailchimp email address */
#mc4wp_email{
	padding: 5px;
	font-size: 12px;
	margin-right: 10px;
}

#mc_signup_button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #333;
	padding: 5px 20px 5px 20px;
	color:#fff;
	cursor: pointer;
	border: 0;
}

#loadingImg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
	text-align:center;
	padding:7px 0 0 0;
	font:bold 11px Arial, Helvetica, sans-serif;
    z-index: 10;
}

#loadingImg p{
	text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.related_prod_cell{
	display: block;
	padding-top: 5px; */;
	text-align: center;
}

.ellipsis {
	overflow: hidden;
	height: 61px;
	padding-top: 1px;
	cursor: pointer;
	position: relative;
} 

.ellipsis:before {
	content:"";
	float: left;
	width: 5px; 
	height: 61px; }

.ellipsis > *:first-child {
	float: right;
	width: 100%;
	margin-left: -5px; }		

.ellipsis:after {
	content: "\02026";  
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	float: right; font-weight: bold;
	color: rgb(144, 144, 144);
	position: relative;
	top: -15px; left: 100%; 
	width: 3em; margin-left: -3em;
	padding-right: 5px;
	text-align: right;
	background: -webkit-gradient(linear, left top, right top,
		from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
	background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);			
	background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
	background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white); }

.ellipsis a { 
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;

	left: 0; 
	top: 0;
	width: 100%; 
	height: 100%;
	overflow: hidden; 
	text-indent: -9999px; }

.ellipsis:hover { 
	color: #00A8FF;
}

.ellipsis i, .ellipsis:after {
	font-style: normal; }
	
.ellipsis i, .ellipsis:hover:after {
	font-style: normal; color: #00A8FF;
	}

.ellipsis i:before { content: "";} 

.text_blue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #3366cc;
}

.viewcart {
	margin:0 10px;
}