/********************************************************************/
/* START - default styles */
body
{ 
	font-family:'Oxygen', Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#000; 
	margin:0px; 
	padding:0px; 
	background-color:#ffffff; 
}

h1
{
	font-size: 20px;
	line-height: 18px;
	font-weight: normal;
	color:#F661AC; 
	text-align:center;
	padding:8px;
	margin:0px;
}

h2
{
	font-size: 18px;
	line-height: 16px;
	font-weight: normal;
	color:#F661AC; 
	text-align:center;
	padding:6px;
	margin:0px;
}

a, a:link, a:visited { color:#004B91; text-decoration:underline; }
a:hover, a:active { color:#F661AC; text-decoration:none; }

img { display:block; border:0px; }

form { margin:0px; padding:0px; }

input:focus, textarea:focus, select:focus {
	background:#FFC;
	/*outline: 3px solid #6374AB;*/
	border-color:rgba(82,168,236,.75);
}

input[type="text"], input[type="number"], input[type="tel"], input[type="password"], input[type="email"], textarea, select
{
	box-shadow: inset 0 1px 3px #000000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #B3B3B3;
	background: #F0F0F0;
	padding: 6px 4px;
	display:block;
	font-size:18px;
}

a.button, input[type="submit"] {
    color:#333;
    font-size:18px;
    text-decoration: none;
    padding: 7px 12px;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #CCC;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

a.button:hover {
    color: #333;
    border-color: #999;
}

a.button:active {
    color: #000;
    border-color: #444;
}
		
		
/* END - default styles */
/********************************************************************/


/************************************************************************/
/* START - makeit?? and other small classes */
.makeitblack, a.makeitblack:link, a.makeitblack:visited 	{	color: #000000;	}
.makeitwhite, a.makeitwhite:link, a.makeitwhite:visited 	{	color: #FFFFFF;	}
.makeitbold		{	font-weight:bold;	}
.makeititalic	{	font-style:italic;	}
.makeitpink, a.makeitpink:link, a.makeitpink:visited { color:#F661AC; }
.makeitdarkpink { color: #EA1E91; }
.makeitgrey, a.makeitgrey, a.makeitgrey:visited { color:#666666; }

div.darkpinklinespacer { height:1px; border-bottom: 2px solid #EA1E91;} 
div.greylinespacer4 { height:1px; border-bottom: 4px solid #EEEEEE;} 
div.greylinespacer { height:1px; border-bottom: 1px solid #EEEEEE;}
div.darkgreylinespacer { height:1px; border-bottom: 1px solid #AAA;}

.makeitblock { display:block; }
.makeitcenterauto { margin-left:auto;margin-right:auto; }

.blockcenter { display:block;margin-left:auto;margin-right:auto; }

.size8 { font-size:8px; }
.size10 { font-size:10px; }
.size12 { font-size:12px; }
.size13 { font-size:13px; }
.size14 { font-size:14px; }
.size16 { font-size:16px; }
.size18 { font-size:18px; }
.size20 { font-size:20px; }
.size22 { font-size:22px; }
.size24 { font-size:24px; }
.size36 { font-size:36px; }
.nodecoration, a.nodecoration:visited, a.nodecoration:link {text-decoration:none; }
.makeitred { color:#FF0000; }
.makeitcenter { text-align:center; }
.makeitright { text-align:right; }

.makeitpink, a.makeitpink:link, a.makeitpink:visited { color:#F661AC; }
.makeitdarkpink, a.makeitdarkpink:link, a.makeitdarkpink:visited { color:#FEC44AB; }

.mainpad { padding-left:10px; padding-right:10px;} /* separate from the edge of the mobile device */

.wide90percent { margin-left:auto; margin-right:auto; display:block; width:90%; }

div.msg_success, div.msg_error
{
	text-align:center;
	font-size:14px;
	padding: 3px 10px 15px 10px;
}

div.msg_success
{
	color:#004400;
}

div.msg_error
{
	color:#F00;
}

/* END - makeit?? and other small classes */
/************************************************************************/


/********************************************************************/
/* START - center and set width to 100%, max width for each will be set in media queries */
.maxw200, .maxw300, .maxw400, .maxw500, .maxw600, .maxw700, .maxw800
{
	width: 90%;
	display:block;
	margin: 0px auto;
}
.maxw200	{	max-width: 200px;	}
.maxw300	{	max-width: 300px;	}
.maxw400	{	max-width: 400px;	}
.maxw500	{	max-width: 500px;	}
.maxw600	{	max-width: 600px;	}
.maxw700	{	max-width: 700px;	}
.maxw800	{	max-width: 800px;	}

/* END - center and set width to 100%, max width for each will be set in media queries */
/********************************************************************/


/********************************************************************/
/* header and footer div's.  */

div.all_content_div { width: 100%; display:block; padding:0px; border:none; margin: 0px auto; max-width: 550px;  }

a.top_slink { 
	color:#000;
	font-size:14px;
	padding-right: 8px;
	}
	
a.top_blink { 
	color:#000;
	font-size:14px;
	padding-right: 8px;
	}

div.headerdiv
{
	/*background: -moz-linear-gradient(#000000, #333333) repeat scroll 0 0 #333333;*/
	background-color:#F661AC;
	/*border-bottom:1px solid #000;*/
	padding:0px;
	margin:0px 0px 3px 0px;
	/*z-index:1000;*/
	position:relative;
}

div.headerdiv table
{
	margin: 0px;
	width:100%;
	border:none; 
	border-collapse:collapse;
}

div.headerdiv table tr td
{
	vertical-align:middle;padding:0px;
}

div.headerdiv table tr td.icon_L
{
	padding:3px 8px;
}

div.headerdiv table tr td.icon_L a
{
	/*padding:3px 8px;background-color:red;*/
}

/*icon_L unused as of 4/17/2012 /tom*/
div.headerdiv table tr td.icon_L a img
{
	display:block;
	border:0px;
	margin: 0px auto 0px 0px;
	height:45px;
}

div.headerdiv table tr td.info_R
{
	color: #000;
	padding:12px;
	text-align:right;
}

div.breadcrumb_m { padding:1px; margin:0px 4px 5px 4px;}
div.breadcrumb_m a { padding:1px 0px;font-size:12px; text-decoration:underline;}
div.breadcrumb_m h1 { display:inline;font-size:14px; font-weight:bold; padding:0px;margin:0px;}
div.breadcrumb_m span.thumbsep {color:#666; padding:0px 4px; }

div.footerdiv
{
	width:100%;
	background-color: #333333;
	border-top:1px solid #000;
	padding:0px;
	margin:10px 0px 0px 0px;
	height:30px;
	text-align:center;
	color:#FFFFFF;
}	

div.footerdiv div
{
	line-height:25px;text-align:center;
}

div.bottombacktotop
{
	background-color: #DDDDDD; color: #333333; text-align: center; padding: 3px 0px; margin: 15px 0px 10px 0px; text-transform: uppercase;
}
div.bottombacktotop a
{
	color:#333333;
}

/* END - header and footer div's.   */
/********************************************************************/


/********************************************************************/
/* main navigigation link list div element  */
div.link_list
{
	padding:5px 0px; 
	margin:0px;
	border-bottom:1px solid #666666;
	font-size:18px;
	clear:both;
	position: relative;
	background-color:#EEEEEE;
	/*background: -moz-linear-gradient(#FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;*/	
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#CCC));
	background-image:-webkit-linear-gradient(#f9f9f9, #CCC);
	background-image:-moz-linear-gradient(#f9f9f9, #CCC);
	background-image:-ms-linear-gradient(#f9f9f9, #CCC);
	background-image:-o-linear-gradient(#f9f9f9, #CCC);
	background-image:linear-gradient(#f9f9f9, #CCC);
}

div.link_list a
{
	display:block;
	padding:5px 15px 5px 10px;
	text-decoration:none;
	color:#000000;
}

div.link_list_first
{
	border-top:1px solid #666666;
}

div.link_list_header
{
	background-color:#BBBBBB;
	background: -moz-linear-gradient(#DDDDDD, #BBBBBB) repeat scroll 0 0 #BBBBBB;
}

div.link_list_header a
{
	/*background-color:#BBBBBB;*/
	background: -moz-linear-gradient(#DDDDDD, #BBBBBB) repeat scroll 0 0 #BBBBBB;
}

div.link_list_no_link
{
	padding:15px 15px !important;
}
div.main_div_style {
	background-color:#000;
	background: -moz-linear-gradient(#DDDDDD, #BBBBBB) repeat scroll 0 0 #BBBBBB;
}
div.link_list div.info_R, div.link_list_footer div.info_R
{
	padding:0px;
	margin:0px;
	width:100px;
	text-align:right;
	position: absolute;
	top:8px; /* equal to the padding of the container so it's vertically centered */
	right:15px; /* equal to the padding of the container */
}

div.link_list div.info_R span.display_count, div.link_list_footer div.info_R span.display_count
{
	font-size:13px;
	margin-right:10px;
	/*border:1px solid #AAA;*/
	padding:2px 4px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background-color:#FFF;
	color: #333;
}

div.link_list_footer
{
	padding:5px 0px; 
	margin:0px;
	border-bottom:1px solid #FFF;
	font-size:18px;
	clear:both;
	position: relative;
	background-color:#333;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background-image:-webkit-linear-gradient(#333, #000);
	background-image:-moz-linear-gradient(#333, #000);
	background-image:-ms-linear-gradient(#333, #000);
	background-image:-o-linear-gradient(#333, #000);
	background-image:linear-gradient(#333, #000)
}

div.link_list_footer a
{
	display:block;
	padding:5px 15px 5px 10px;
	text-decoration:none;
	color:#FFF;
}


/* END - main navigigation link list div element */
/********************************************************************/


/************************************************************************/
/* Product Array Display  */
/* hierarchy

div.product_array_outer1_??
	div.product_array
	{
		div.prod
			img.prod_img
				div.prod_info
					div.out_of_stock_message
					div.prod_name
						a
						span.prod_new_display (includes the dash "-", set up so that the the dash and text can both be hidden)
							span.prod_new_text ("new!")
					div.prod_price
						span.prod_new_display (includes the dash "-", set up so that the the dash and text can both be hidden)
							span.prod_new_text ("new!")
					admin_info (used for admin info - dpn, stock, etc)
	}
*/

div.product_array_outer1_grid, div.product_array_outer1_large, div.product_array_outer1_list
{	
	text-align:center;
}

div.product_array_outer1_grid  div.product_array { width: 100%; }
div.product_array_outer1_large div.product_array { width: 100%; }
div.product_array_outer1_list  div.product_array { width: 100%; }
div.product_array_outer1_zoom  div.product_array { width: 100%; }

/* interval = 148, start at 296 (296*2) */
@media all and (min-width: 296px) and (max-width:443px) 	{	div.product_array_outer1_grid div.product_array { width: 296px ;}		} 
@media all and (min-width: 444px)  	{	div.product_array_outer1_grid div.product_array { width: 444px ;}		} 
/*@media all and (min-width: 444px) and (max-width:591px) 	{	div.product_array_outer1_grid div.product_array { width: 444px ;}		} */
/*@media all and (min-width: 592px) and (max-width:739px) 	{	div.product_array_outer1_grid div.product_array { width: 592px ;}		} */
/*@media all and (min-width: 740px)							{	div.product_array_outer1_grid div.product_array { width: 740px ;}		}*/

/* interval = 328 */
/*@media all and (min-width: 328px) and (max-width:655px) 	{	div.product_array_outer1_large div.product_array { width: 328px ;}		}*/
@media all and (min-width: 310px)  	{	div.product_array_outer1_large div.product_array { width: 310px ;}		}
/*@media all and (min-width: 656px)						 	{	div.product_array_outer1_large div.product_array { width: 656px ;}		}*/

div.product_array_outer1_grid div.product_array, 
div.product_array_outer1_large div.product_array,
div.product_array_outer1_list div.product_array,
div.product_array_outer1_zoom div.product_array
{ 
	margin: 0 auto;
	padding:0px;
	display:inline-block;
}

div.product_array_outer1_grid div.product_array div.prod
{ 
	text-align:center;
	width:140px;
	min-height:175px;
	float:left;
	margin:0; 
	padding:3px 3px 0px 3px;
}
div.product_array_outer1_large div.product_array div.prod
{ 
	text-align:center;
	width:305px;
	min-height:370px;
	padding:3px 3px 0px 3px;
	margin:0; 
	float:left;
}
div.product_array_outer1_list div.product_array div.prod,
div.product_array_outer1_zoom div.product_array div.prod
{ 
	text-align:left;
	padding:5px;
	height:190px;
	float:none;
	clear:both;
}


div.product_array_outer1_grid div.product_array div.prod img.prod_img
{
	width:130px;
	height:130px;
	margin: 0 auto;
}
div.product_array_outer1_list div.product_array div.prod img.prod_img,
div.product_array_outer1_zoom div.product_array div.prod img.prod_img
{
	width:190px;
	height:190px;
	display:block;
	float:left;
	margin: 0 auto;
	
}
div.product_array_outer1_large div.product_array div.prod img.prod_img
{
	width:300px;
	height:300px;
	margin: 0 auto;
	
}

div.product_array_outer1_grid div.product_array div.prod div.out_of_stock_message,
div.product_array_outer1_list div.product_array div.prod div.out_of_stock_message,
div.product_array_outer1_zoom div.product_array div.prod div.out_of_stock_message,
div.product_array_outer1_large div.product_array div.prod div.out_of_stock_message
{
	font-weight:bold;
}

div.product_array_outer1_grid div.product_array div.prod div.prod_name
{
	display:none;
}
div.product_array_outer1_list div.product_array div.prod div.prod_name,
div.product_array_outer1_zoom div.product_array div.prod div.prod_name,
div.product_array_outer1_large div.product_array div.prod div.prod_name
{
	display:block;
}

div.product_array_outer1_grid div.product_array div.prod div.prod_name a,
div.product_array_outer1_list div.product_array div.prod div.prod_name a,
div.product_array_outer1_zoom div.product_array div.prod div.prod_name a,
div.product_array_outer1_large div.product_array div.prod div.prod_name a
{
	font-size:16px;
	line-height:15px;
	text-decoration:none;
	color:#555;
}
.prod_name
{
	font-size:16px;
	line-height:15px;
	text-decoration:none;
	color:#555;
}
div.product_array_outer1_grid div.product_array div.prod div.prod_name a:hover,
div.product_array_outer1_list div.product_array div.prod div.prod_name a:hover,
div.product_array_outer1_zoom div.product_array div.prod div.prod_name a:hover,
div.product_array_outer1_large div.product_array div.prod div.prod_name a:hover
{
	text-decoration:underline;
}

div.product_array_outer1_grid div.product_array div.prod span.prod_new_text,
div.product_array_outer1_list div.product_array div.prod span.prod_new_display,
div.product_array_outer1_zoom div.product_array div.prod span.prod_new_display,
div.product_array_outer1_large div.product_array div.prod span.prod_new_text
{
	color:#F661AC;
}

div.product_array_outer1_grid div.prod div.prod_price span.prod_new_display
{
	display:inline;
	color:#000;
}
div.prod_price {
	font-size:18px;
}
div.product_array_outer1_list div.prod div.prod_price span.prod_new_display,
div.product_array_outer1_zoom div.prod div.prod_price span.prod_new_display,
div.product_array_outer1_large div.prod div.prod_price span.prod_new_display
{
	display:none;
} 

.prod_name
{
	font-size:16px;
	line-height:15px;
	text-decoration:none;
	color:#555;
}

div.product_array_outer1_grid div.product_array div.prod div.prod_info
{
	height:auto;
}

div.product_array_outer1_list div.product_array div.prod div.prod_info,
div.product_array_outer1_zoom div.product_array div.prod div.prod_info
{
	height:190px;
	min-height: 10em;
    display: table-cell;
    vertical-align: middle;
	padding-left:3px;
}

div.product_array_outer1_large div.product_array div.prod div.prod_info
{
	height:auto;
}	

	
div.prod_array_option_buttons	
{
	text-align:right;
	padding:7px 10px 7px 0px;
}

.prod_name
{
	font-size:16px;
	line-height:15px;
	text-decoration:none;
	color:#555;
}
div.prod_array_option_buttons a.a_op1
{
	padding:4px 8px;
	border:1px solid #CCC;
	border-radius: 1em;
	margin:0px 5px;
	text-decoration:none;
	background: -moz-linear-gradient(#FDFDFD, #EEEEEE) repeat scroll 0 0 #EEEEEE;
}
	
div.prod_array_option_buttons a.a_op1:hover
{
	border:1px solid #F661AC;
}	
	
.new_flag
{
	background-color: #000;
	font-size:12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	display: inline-block;
	padding: 2px;
}
a.subnavsShow
{
	font-size:12px;
	line-height:12px;
	text-decoration:none;
	color:#333;
}
/*
div.prod_array_pop
{
	width:100%;
	position:fixed;
	height:100%;
	background-color:#F661AC;
	left:0px;
	top:0px;
	z-index:10000;
	display:none;
}
div.prod_array_pop div.prod_popin_info 
{ 
	width:280px;
	margin: 5px auto 0px auto;
	background-color:#FFF;
	border:1px solid #444;
	padding:6px;
	position:relative;
}
div.prod_array_pop div.prod_popin_info img 
{ 
	display:block; 
	border: 1px solid #DDD; 
	margin:0px auto 6px auto; 
}
div.prod_array_pop div.prod_popin_info img.prod_popin_img_main
{ 
	height:210px;
	width:210px; 
}
div.prod_array_pop div.prod_popin_info img.prod_popin_img_thumb 	
{ 
	height:50px;width:50px; 
}
div.prod_array_pop div.prod_popin_info a.prod_info_popin_close
{
	font-size:12px; 
	border:1px solid #000; 
	background-color:#DDD;
	padding:1px 4px;
	text-decoration:none;
	display:block;
	text-align:center;
	width:55px;
	position:absolute;
	right:1px;
	top:1px;
}
*/

div.prod_info_popin_container
{
	position: relative;
	padding:0;
	margin:0 auto;
	width:290px;
	height:0px;
}

div.prod_info_popin_container div.prod_info_popin
{
	width:265px;
	margin: 0px auto 0px auto;
	min-height: 350px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
	/* display:none; */
	background-color:#FFF;
	border:5px solid #CCCCCC;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:6px;
	text-align:center; 
	-moz-box-shadow:3px 3px 12px #333; 
	-webkit-box-shadow:3px 3px 12px #333; 
	box-shadow:3px 3px 12px #333; 
}
div.prod_info_popin img 
{ 
	display:block; 
	/*border: 1px solid #DDD; */
	margin:0px auto 6px auto; 
}
div.prod_info_popin img.prod_popin_img_main
{ 
	height:220px;
	width:220px; 
}
div.prod_info_popin img.prod_popin_img_thumb 	
{ 
	height:50px;width:50px; 
	border:1px solid #CCC;
}
div.prod_info_popin a.prod_info_popin_close
{
	font-size:13px; 
	border:1px solid #000; 
	border-radius: 3px;
	-moz-border-radius:3px;
	background-color:#333;
	color: #FFF;
	padding:4px 15px;
	text-decoration:none;
	display:block;
	text-align:center;
	width:55px;
	position:absolute;
	right:-12px;
	top:15px;
	z-index:10;
}

/* 
/* END - Product Array Display  */
/************************************************************************/


/************************************************************************/
/* START - mobile table. used for order history, but can be used for other sections */ 
table.m_table1
{
	margin: 0px auto;
	width: 95%;
	border-collapse:collapse; 
}

table.m_table1 tr th
{
	color:#F661AC;
}

table.m_table1 tr td
{
	color:#666666;
}

table.m_table1 tr td a, table.m_table1 tr th a
{
	text-decoration:none;
}

table.m_table1 tr td, table.m_table1 tr th
{
	text-align:left;
	padding:10px 1px;
	border-bottom: 1px solid #DDDDDD;	
}	
table.m_table1 tr td.makeitright, table.m_table1 tr th.makeitright
{
	text-align:right;
}	

.borderbottom
{
	border-bottom: 1px solid #DDDDDD;	
}	
/* END - mobile table */
/************************************************************************/


/************************************************************************/
/* START section 1 link. used in accounts */
a.sec1link
{
	display:block;
	padding:10px 50px;
	position:relative;
	border-bottom:1px solid #DDD;
	text-decoration:none;
}
a.sec1link div.s1_L_icon
{
	position:absolute;
	left:15px;
	top:10px;
	width:30px;
	nodecoration
	text-decoration:none;
}
a.sec1link div.s1_R_iconchar
{
	color:#000;
	position:absolute;
	right:15px;
	top:13px;
	background-color:#BBBBBB;
	padding:3px;
	font-size:18px;
	line-height:20px;
	text-align:center;
	border-radius:20px;
	width:20px;
	height:20px;
	border:1px solid #999;
	text-decoration:none;
}
a.sec1link span.s1_maintext
{
	color:#F661AC;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
}
a.sec1link span.s1_subtext
{
	color:#666666;
	font-size:12px;
	text-decoration:none;
}		
/* END section 1 link. used in accounts */
/************************************************************************/


/************************************************************************/
/************************************************************************/
/* START - single product and product array pages */

/*Product Sort Bar  */
table.prod_sort_bar_table
	{
		width:100%;
		margin:0px;
		border-collapse: collapse;
	}
	
	table.prod_sort_bar_table tr td
	{
		background-color:#efefef;
		text-align:center;
		vertical-align:middle;
		/*width:17%;*/
		padding:0px;
	}
	
	table.prod_sort_bar_table tr td a
	{
		text-decoration:none;
		display:block;
		padding:2px 0px;
		color:#000000;
		margin:6px 0px;
	}
	
	table.prod_sort_bar_table tr td.tdspacer
	{
		/*width:3%;*/
		padding:0;
	}
	
	table.prod_sort_bar_table tr td.tdspacer div
	{
		width:1px;
		height:28px;
		background-color: #FFF;
		margin:1px auto;
	}
	
	table.prod_sort_bar_table tr td.tdselected, table.prod_sort_bar_table tr td.tdselected a
	{
		color:#FFF;
		font-weight:bold;
		background-color:#999999;
	}
/* END Product Sort Bar*/

.productimage { 
		border:0px; 
		display:block; 
		margin-left:auto;
		margin-right:auto;
	}
		
/* IMAGE OVERLAYS 
.overlaydiv1 { position:relative; width:75px; display:block; margin-left:auto; margin-right:auto;}
.overlayimg1 { position:absolute; border:0px; top:0px; left:0px; }
*/	



a.a_load_next_page
{
	display:block;
	margin:20px 0;
	color:#FFF;
	background-color: #000;
	text-decoration:none;
	font-size: 22px;
	padding:5px;
	text-align:center;
}


h1.h1_prod_page_title
{
	/*font-size: 18px;
	font-weight: bold;
	text-align:center;
	padding:3px;
	margin:0px;
	*/
}

div.product_page_price
{
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	padding: 0px 3px 8px 3px;
}

div.prod_page_descrip
{
	font-size: 14px;
	text-align:left;
	padding: 0px 20px 8px 20px;
	
}

ul.ul_prod_page_bullets
{
	font-size: 14px;
	line-height: 16px;
	margin: 1em 2em;
	padding: 0px 20px 8px 30px;
}

ul.ul_prod_page_bullets li
{
	padding:1px;
}

div.prod_page_tags
{
	padding: 0px 10px 8px 10px;
	margin:0;
}

div.prod_page_tags a
{
	background-color: #EFEFEF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #666;
	display: inline-block;
	margin: 0 6px 10px 0;
	padding: 6px;
	text-decoration:none;
}

.greybox {
	border: 1px solid #EEE;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 80%;
	padding: 15px;
}

.basket_item_total
{
	font-size:16px;
}

.basket_item_amount
{
	font-size:12px;
	padding-left:0px;
}

img.prod_main_img
{
	border-style:none;
	width:300px;
	height:300px;
	margin: 0 auto;
	display:block;
}

table.alt_img_table
{
	border-collapse:collapse;
	margin: 0 auto;
}

table.alt_img_table tr td
{
	text-align:center;
	padding:2px;
}

table.alt_img_table tr td img
{
	widith:75px;
	height:75px;
	border:1px solid #DDDDDD;
}

/* END - single product and product array pages */
/************************************************************************/
/************************************************************************/



/************************************************************************/
/* START popins - used for add to cart, add to wishlist, etc */   
.popin1 
{ 
	height:0px;
	margin:0px auto;
	padding:0px;
	position:relative;
	visibility:hidden; 
	z-index:5;
}
.popin1 .popin1_sub 
{ 
	position:absolute;
	margin:0px;
}
.popin1 .popin1_sub .popin1_content_box 
{ 
	margin:0px;
	border:5px solid #CCCCCC;
	background-color:#FFF;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:6px;
	text-align:center; 
	-moz-box-shadow:3px 3px 12px #333; 
	-webkit-box-shadow:3px 3px 12px #333; 
	box-shadow:3px 3px 12px #333; 
}
.popin1 .popin1_sub .popin1_content_box .popin1_imgclose 
{
	display:block;
	margin-left:auto;
	margin-right:0px;
}
.popin1 .popin1_sub .popin1_content_box .popin1_content 
{
	min-height:85px;
	padding-top:0px;
	margin-top:10px;
}

.popin1 a.popin_close {
    background-color: #333333;
    border: 1px solid #000000;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    padding: 4px 15px;
    position: absolute;
    right: -5px;
    text-align: center;
    text-decoration: none;
    top: 10px;
    width: 55px;
}

/* END popins - used for add to cart, add to wishlist, etc */   
/************************************************************************/


/************************************************************************/
/* START slider */   
.slidercontainer1
{
	background: #FFF;
	margin:0px 5px;
	overflow-x: auto;
	overflow-y: visible;
	position:relative;   
	z-index:2;
}

.slidercontainer1 .sliderbar
{
    padding-top: 0px;
	position: absolute; 
	left: 0px; 
	overflow: auto;
}

.slidercontainer1 .sliderbar table
{
	border-collapse: collapse;
}

.slidercontainer1 .sliderbar table tr td
{
	text-align:center;
	width:150px;
	vertical-align:top;
	padding:0px 2px;
	font-size:12px;
}

.slidercontainer1 .sliderbar table tr td a
{
	color: #555555;
    text-decoration: none;
}

.slidercontainer1 .sliderbar table tr td a:hover
{
    text-decoration: underline;
}


.slidercontainer1 .sliderbar table tr td img
{
	width:145px;
	height:145px;
	display:block;
	margin:0 auto;
	border:1px solid #FFF; /* note: white (empty) border is required so that unseleced products will match with selected ones. border width should be the same*/
}

.slidercontainer1 .sliderbar table tr td.prod_selected img 
{
	border:1px solid #999; /* selected product border, width should be the same as the nonselected product's white (empty) border */ 
}

.slidercontainer1_Larrow {
	width:10px;
	position:absolute;
	font-size:28px;
	left:0px;
	top:35px;
	background-color:#000;
	color: #FFF;
	padding:4px;
	z-index:2;
	display:none;
}

.slidercontainer1_Rarrow {
	width:10px;
	position:absolute;
	font-size:28px;
	right:0px;
	top:35px;
	background-color:#000;
	color: #FFF;
	padding:4px;
	z-index:2;
	display:none;
}

/* END slider */ 
/************************************************************************/


/* COLLECTIONS PAGE */

.roundcorners
{
	background-color:#FFF; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #d8d8d8;
	margin:2px 0 2px 0;
}

.collectiontable
{
	position:relative;
	font-size:14px;
	padding:2px;
	text-align:center;
	background-color:#d8d8d8;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

/* END COLLECTIONS PAGE*/

.headerdots { background-image:url(https://images.dogeared.com/graphics/dots.gif); background-repeat:repeat-x; background-position:left center; }
.headerdots-vertical { background-image:url(https://images.dogeared.com/graphics/dots-vertical.gif); background-repeat:repeat-y; background-position:center center; }
