/* ================================================
     Basic Tags 
   ================================================ */

html
{
    font-size: 75%;
    
}


form
{
	padding: 0;
	margin: 0;
}

table
{
    border-collapse: collapse;
}

a, a:focus, a:active, a:link img, a:visited img, a:active img
{
    -moz-outline: 0 !important;
    border: none;
}

dl
{
    margin: 0;
}

img
{
}

h1
{
    padding: 0;
    margin: 0;
    /*font-size: 1.3em;*/
}

h2
{
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

h3
{
	padding: 0;
	font-size: 1.0em;  
    margin: 0;


}

h4
{
    margin: 0;
    padding: 0;
    font-size: 1.0em;
}

p
{
	margin: 1em 0 1.0em 0;
	line-height: 1.4em;

}

p.alt
{
    margin: 0 0 1.0em 0;    
}

p.alt2
{
	 margin: 1.0em 0 0 0;
}

a,
a:visited
{
    color: #020F75;
}

/* ================================================
     General Stuff   
   ================================================ */
   
.text_content h3
{
    padding: 0 0 0.2em 0;
    font-size: 1.1em;    
    border-bottom: solid 1px #CDCDCD;  	
}

.text_content table.table td
{
	padding: 2px;
	border: solid 1px #DCDCDC;
}

.text_content table.table th
{
	text-align: left;
	padding: 5px;
	border: solid 1px #DCDCDC;
	border-bottom: solid 2px #BBB;	
}


.highlight
{
    background-color: #FFFFCC;
}

.hide
{
	display: none;
}

.large
{
    font-size: 1.2em;
}

.large_alt
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.2em;       
    line-height: 1.5em;	
    color: #333;
}

.mandatory
{
	color: #CD176A !important;
	font-weight: bold !important;
}

.first
{
    margin-top: 0 !important;
    border-top: none !important;
    padding-top: 0 !important;
}

.last
{
    margin-bottom: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.clearfix
{
    clear:both;
}

/* The <a> style cursor */
.hand-cursor
{
    cursor: pointer;
}

ul
{
	/*padding: 0;*/

}

ul.standard
{
	line-height: 1.4em;
}

ul.basic_list
{
    margin: 0;
    padding: 0;
    list-style-type: none; 
}


ul.square
{
    margin: 0;
    list-style-type: square;
    list-style-position: inside;    
}

.message
{
    color: #003399;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.3em;
    font-weight: bold;
}

.modal_popup 
{
	background-color:#FFF;
	border:3px solid Gray;
	padding:5px;
}

.modal_popup_alt
{
	background-color:#FFF;
}


.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modal_title
{
	font-weight: bold;
	text-align: center;
	padding: 3px;
	border: solid 1px #FAD8A5;
	background-color: #FFFFE0;
	margin: 0 0 10px 0;
	
}

img.inline_image_left
{
	border: solid 1px #666;

	display: inline;
	float: left;
	margin: 0px 10px 5px 0px;	
}

img.inline_image_right
{
	border: solid 1px #666;

	display: inline;
	float: right;
	margin: 0px 0px 10px 5px;
}

a.link_box
{
	background-color:#D6ECFA;
	border:1px solid #6DD0F4;
	color:#024278;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}


a.tooltip
{
   border-bottom: 1px dotted #024278;
   text-decoration: none;
}


a.tooltip:hover 
{
   position: relative;
}


a.tooltip span.tooltip_text
{
   display: none;
}

a.tooltip:hover span.tooltip_text
{
	font-weight: normal !important;
	color: #024278 !important;
	font-size: 0.9em;
	width:30em;
	background: #f0f0f0;
	display: block;
	position: absolute; top: 10px; left: 0;
	padding: 5px; 
	margin: 10px; z-index: 100;
    border: 1px dotted c0c0c0;
    opacity: 0.95;
    border: solid 1px #DCDCDC;
}

div.image_header
{
	height: 230px;
	width: 940px;
	margin: 0 0 10px;	
}

a.alt,
a.alt:visited
{
	border-bottom:1px solid #8ABAE1;
	text-decoration:none;	
}

/* Text heavy section, lighten up with bigger line height */
.text_section
{
	line-height: 1.5em;
}

.text_section2
{
	line-height: 1.4em;
}

 



/* ================================================
     Basic Structure    
   ================================================ */

html
{
    font-size: 75%;

    
}

body
{    
	margin: 0px;
	background:#ececec url(../img/background_wave.gif) no-repeat fixed center top;
    font-family: "Verdana" , "bitstream vera sans" , sans-serif;
    font-size: 1.0em;
    color: #333333;     
}

div#outer
{


}

div#outer_container
{
	margin: 0 auto;
    width: 960px;
    padding: 0 0 30px 0;    
	min-height: 300px;
}





div#inner_container
{	

    margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;	
    min-height: 700px;	
	
}

div#page_container
{


}

div#content_container
{
  	margin: 0px 0px 15px 0px;
}

div#content_top
{

		
}

div#main_container
{

	padding: 6px 10px 6px 10px;
	border-left: solid 2px #aaaaaa;
	border-right: solid 2px #aaaaaa;
	background-color:#fff;

}

div#main_container_top
{
	background: transparent url(../img/main_container_top.png) bottom left no-repeat;
	height: 6px;	
	font-size: 1px;	
}

div#main_container_bottom
{
	background: transparent url(../img/main_container_bottom.png) top left no-repeat;
	height: 6px;	
	font-size: 1px;		
}


div#content_footer
{
	margin: 20px 0 0 0;	
}

div#content_footer a,
div#content_footer a:visited
{
	color: #666;
	text-decoration: none;
}

div#content_footer a:hover
{
	color: #8F0071;
	text-decoration: underline;
}

div#content_footer_inner
{

	color: #666;
	font-size: 0.9em;
	text-align: center;

}






div#header
{

	
}

div#menu_bar
{
	margin: 0 0 10px 0;


}

div#menu_bar_top
{
    background: #b4439c url(/img/toolbar_background.png) repeat-x  top left;	
    height: 35px;


}

div#menu_bar_top div.outer
{
    background: url(/img/toolbar_left.png) no-repeat  top left;	
    height: 35px;


}

div#menu_bar_top div.inner
{
    background: url(/img/toolbar_right.png) no-repeat  top right;	
    height: 35px;


}

div#menu_bar_top ul
{
	display: block;
}

div#menu_bar_top ul li
{
    float: left;
    line-height: 33px;	
}

div#menu_bar_top ul li a,
div#menu_bar_top ul li a:visited
{
	font-family:"Arial","Helvetica",Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
    background: url(/img/toolbar_divider.png) no-repeat  top right;		
}

div#menu_bar_bottom
{
    background: #b4439c url(/img/searchbar_background.png) repeat-x  top left;	
    height: 35px;
	line-height: 34px;    	
}

div#menu_bar_bottom div.outer
{
    background: url(/img/searchbar_left.png) no-repeat  top left;	
    height: 35px;


}

div#menu_bar_bottom div.inner
{
    background: url(/img/searchbar_right.png) no-repeat  top right;	
    height: 35px;
	padding: 0 10px 0 10px;

}


div#logo
{
    background: url(/img/logo.png) no-repeat top left;
    width: 260px;
	height: 70px;
    float: left;

}
div#strap
{
    background: url(/img/strap.png) no-repeat top left;	
	height: 70px;
	margin-left: 280px;
	width: 360px;
}
div#primary
{

	float: right;
	width: 734px;
}

div#secondary
{
	float: left;
	width: 185px;
}



/* ================================================
     Default Headers
   ================================================ */
   
div#content_container h1
{


	font-family:"Arial","Helvetica",Sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0.0em 0 0.5em 0;

}

div#content_container h2
{

	font-family:"Arial","Helvetica",Sans-serif;
	font-size: 1.2em;
	margin: 0.0em 0 0.5em 0;
	border-bottom: solid 1px #85c460;
	padding: 4px;
	background-color: #d7edca;

}

div#content_container h3
{
	color:#8F0071;
	font-weight:bold;
	padding: 0;
	margin: 1em 0 1em 0;
}

/* ================================================
     Buttons
   ================================================ */
   


/* ================================================
     Structure / Boxes  
   ================================================ */

div#side_bar
{
    background-color: #fdeefa;

}

div#side_bar div.header
{
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff !important;
	line-height: 28px;
	
	
}

div#side_bar div.header h3
{

	color: #ffffff !important;
	margin: 0;
	
	
}


div#side_bar div.header div.outer
{
    background: #b847a0 url(../img/header1_left.png) no-repeat top left;    	
}

div#side_bar div.header div.inner
{
    background: #b847a0 url(../img/header1_right.png) no-repeat top right;    	
    margin: 0 0 0 5px;
    padding: 0 0 0 5px; 		
}

div#side_bar div.content_section
{


    
	background: transparent url(/img/light_pink_bright.png) no-repeat  bottom right;	
}

div#side_bar div.content_seciton_inner
{
    background: transparent url(/img/light_pink_bleft.png) no-repeat bottom left;	
    padding: 5px 5px 10px 5px;    	
}

div#side_bar div.content_section li a,
div#side_bar div.content_section li a:visited
{
	text-decoration: none;
	color: #454545;
	display: block;
	padding: 4px 3px 4px 3px;
}

div#side_bar div.content_section li
{
	border-bottom: solid 1px #e4cfe0;

}






/* ================================================
     Home 
   ================================================ */
   
div#home
{
}

h1.home
{
	text-indent: -2500em;
	z-index:1000;
}

h1.home a, h1.home a:visited,
a.home, a.home:visited
{
	display:block;
	height:80px;
	width:260px;
	text-indent: -2500em;
	z-index:1000;	
}




/* ================================================
     Main Header 
   ================================================ */
   
div.main_header
{
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Arial", "Helvetica", sans-serif;
	color: #999;
	height: 26px;
	border-bottom: solid 2px #717171;
}




div.main_header li
{

	float:left;
	margin: 0 5px 0 0;
	padding:0;	
}

div.main_header ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}


div.main_header li a
{

	color: #818181;
    background: url( "/img/header3_left.png" ) no-repeat left top;
    text-decoration: none;

    display: block;
		padding: 0 0 0 5px;
		border: none;
}

div.main_header li a span
{
	color: #818181;
    background: url( "/img/header3_right.png" ) no-repeat right top;
	padding: 6px 8px 4px 3px;
	display: block;
		border: none;
	
}

div.main_header li.selected a
{
	color: #fff;
    background: url( "/img/header2_left.png" ) no-repeat left top;
}

div.main_header li.selected a span
{
    color: #fff;    
    background: url( "/img/header2_right.png" ) no-repeat right top;

}

div.main_header li h1,
div.main_header li h2
{
	font-size: 1.0em !important;
	margin: 0 !important;
	padding: 0 !important;
}


   


/* ================================================
     Search 
   ================================================ */
   
 
   
div#menu_bar div#search
{

	border-right: solid 1px #85C460;
	padding: 0 20px 0 0;
	margin: 6px 20px 0 0;
	line-height: 26px;
	float: left;
	

	font-size: 1.2em;
	font-weight: bold;
	font-family: "Arial", "Helvetica", sans-serif;

}

div#menu_bar div#text_search
{

}


div#menu_bar_bottom
{


}

div#menu_bar_bottom div#search input
{
	vertical-align: middle;
}

div#menu_bar_bottom div#search select
{
	margin: 0 10px 0 5px;
}

div#menu_bar_bottom div#text_search input
{
	vertical-align: middle;
	margin: 0 10px 0 0px;	
}

div#menu_bar_bottom div#text_search input#search_box
{
	color: #666;
	width: 300px;
}


/* ================================================
     Product list 
   ================================================ */
   
div#products h1
{

	padding: 5px;
	background-color: #D7EDCA;	
	border-bottom:1px solid #85C460;
}

   
   
div.product_list
{
	padding: 10px 0 0px 0;
	margin: 0 0 15px 0;
}

div.product_list div.product
{
	float: left;
	height: 253px;
	width: 172px;
	text-align: center;	
	border-right: dashed 1px #CCC;
	border-bottom: dashed 1px #CCC;
	padding: 5px 5px 5px 5px;
}

div.product_list div.product img
{

}

div.product_list div.product a.image
{
	margin: 0 0 5px 0;
	display: block;
	border: solid 1px #fff;
	padding: 2px;
}

div.product_list div.product a.image:hover
{
	border: solid 1px #ababab;
}


div.product_list div.product div.text
{
	text-align: left;

}

div.product_list div.right_col
{

	border-right: none;

}


div.product_list div.product div.description
{
	margin: 0 0 4px 0;
	line-height: 1.2em;

}

div.product_list div.product div.description span.brand
{

	font-weight: bold;
}

div.product_list div.product div.compare_prices a,
div.product_list div.product div.compare_prices a:visited
{
	color: #628E41; 
	font-weight: bold;
}

div.product_list div.product a,
div.product_list div.product a:visited
{
	font-size: 0.9em;
	text-decoration: none;
	color: #333;
}

div.product_list div.product a:hover
{
	text-decoration: underline;
}


div.product_list div.product div.price
{
	color: #8f0071;
	margin: 0 0 4px 0;

}

div.product_list div.product div.rrp
{
	color: #666;
	font-size: 0.9em;
	margin: 0 0 3px 0;
}


div.product_list div.product div.price span.value
{
	color: #8f0071;
	font-weight: bold;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 1.2em;
}

div.product_list div.product div.rrp span.value
{
	text-decoration: line-through;
}

div.show_all
{
	margin: 0 0 15px 0;
}

span.show_all
{
	position: relative;
	font-weight: bold;
	color: #85C460;
	font-size: 1.2em;
	
}

span.show_all a,
span.show_all a:visited
{
	float: right;
	font-weight: bold;
	color: #4C8D21;
	font-size: 0.55em !important;
    font-family: "Verdana" , "bitstream vera sans" , sans-serif;	
	text-decoration: none;
	padding: 3px 0 0 0;
	
}


/* ================================================
     Product View
   ================================================ */
   
div#product_view h1
{

	font-size: 1.4em;
	line-height: 1.3em;
}
   
   
div#product_view h1 a,
div#product_view h1 a:visited
{
	text-decoration: none;
	color: #333;
	font-size: 1em;
}

div#product_view div.main_info
{
	margin: 15px 0 0 0;
}

div#product_view div.main_info a.image
{
	float: left;
		border: solid 1px #DCDCDC;
}


div#product_view div.main_info div.text
{
	margin-left: 215px;
}

div#product_view div.description
{
	margin: 10px 0 0 0;
	line-height: 1.4em;
}

div#product_view div.main_shop_now
{
	margin: 0 0 10px 0;
}

div#product_view div.price
{
	border-top: solid 1px #DCDCDC;
	border-bottom: solid 1px #DCDCDC;
	padding: 10px 0 10px 0;
	font-size: 1.3em;
	color:#8F0071;
	font-family:"Arial","Helvetica",sans-serif;	
	margin: 0 0 15px 0;
}



div#product_view div.price span.value
{
	font-weight: bold;

}

div#product_view div.price div.discount
{
float: right;
}

div#product_view div.price span.rrp
{
	font-size: 0.9em;
	color: #999;

}

div#product_view div.price span.save
{
	float: right;
	color: red;


}


div#product_view div.price_comparison h2
{
	margin: 1em 0 0em 0;
}

div#product_view div.price_comparison table
{
	width: 100%;
}

div#product_view div.price_comparison table td
{
	border-bottom: solid 1px #DCDCDC;

	padding: 5px 3px 5px 3px;
}

div#product_view div.price_comparison td.price
{
	color:#8F0071;
	font-family:"Arial","Helvetica",sans-serif;
	font-size:1.2em;	
	font-weight: bold;
}

div#product_view div.price_comparison td.store
{
	width: 170px
}

div#product_view div.price_comparison td.shop_now
{
	width: 103px
}

div#product_view div.price_comparison td.product_name a,
div#product_view div.price_comparison td.product_name a:visited
{
	text-decoration: none;
	color: #333;
}

div#product_view div.price_comparison td.product_name a:hover
{
	text-decoration: underline;

}

div#product_view div.price_comparison td.price
{
	width: 4.5em;
}

div#product_view div.price_comparison td.size_divider
{
	background-color: #ECECEC;

	font-family:"Arial","Helvetica",sans-serif;
	font-size:1.2em;	
	font-weight: bold;	
	text-align: center;

	
}

div#product_view div.other_sizes
{
	margin: 30px 0 0 0;
}

/* ================================================
     Brands   
   ================================================ */
   
div#brand_list div.col
{
	float: left;
}

div#brand_list div#brand_index
{
	margin: 0em 0 0em 0;
	line-height: 1.6em;
}

div#brand_list div#brand_index div.col
{
	margin: 0 10px 0 0;
}

div#brand_list div#brand_index div.last_col
{
	margin: 0 0 0 0;
}

div#brand_list ul.brand_index li
{
	display: block;
	width: 229px;

}

div#brand_list ul.brand_index li.letter
{
	background-color: #ECECEC;
	font-weight: bold;
	padding: 3px;
	margin: 1em 0 0.4em 0;
}

div#brand_list ul.brand_index li a,
div#brand_list ul.brand_index li a:visited
{
	text-decoration: none;
}

div#brand_list ul.brand_index li a:hover
{
	text-decoration: underline;
}

/* ================================================
     BreadCrumb   
   ================================================ */

div.breadcrumb
{
	padding: 0 0 10px 0;
	font-size: 0.9em;
}

div.breadcrumb a,
div.breadcrumb a:visited
{
	padding: 0 0 1px 0;
	text-decoration: none;
	border-bottom: solid 1px #AAA;

}

div.breadcrumb span.arrow
{

    background: url(/img/small_arrow.png) no-repeat right 1px;
    padding: 0 12px 0 0;
}

div.breadcrumb span.arrow_left
{

    background: url(/img/small_arrow_left.png) no-repeat left 2px;
    padding: 0 0 0 15px;
}

/* ================================================
     Paging   
   ================================================ */




div.paging_bar
{
	background-color: #D7EDCA;
    border: solid 1px #85C460;
    line-height: 2.5em;
    height: 2.5em;
    padding: 0 5px 0 5px;
   /*font-size: 0.9em;*/
    color: #333;
}

div.paging_bar div.sortby
{
	float: right;
}

div.paging_bar span.page_count
{
	
}

div.paging_bar span.page_links
{

	color: #5399D3;	
	border-left: solid 1px #85C460;	
	padding: 0 0 0 0.6em;
	margin: 0 0 0 0.6em;	
}

div.paging_bar span.page_links span.disabled
{
	color: #999;
}

div.paging_bar span.page_links a,
div.paging_bar span.page_links a:visited
{
	text-decoration: none;
	color:#333;
}

div.paging_bar span.page_links a.next,
div.paging_bar span.page_links a.prev

{
	font-weight: bold;
}

div.paging_bar span.page_links span.disabled

{
	font-weight: bold;
}


div.paging_bar span.page_numbers
{

}

div.paging_bar span.page_numbers a,
div.paging_bar span.page_numbers a:visited
{
	padding: 0 0.7em 0 0.7em;
	border-left: solid 1px #85C460;	
}

div.paging_bar span.page_numbers a.first,
div.paging_bar span.page_numbers a.first:visited
{

	border-left: none;
}

div.paging_bar span.page_numbers a.current,
div.paging_bar span.page_numbers a.current:visited
{
	font-weight: bold;
	color: #CD176A;
}


div.paging_bar div.page_links
{
}






/* ================================================
     Login   
   ================================================ */
   
   
div#login 
{ 
	margin-right: auto; 
	margin-left: auto; 
	width: 500px; 
	text-align: left;
	margin-top: 100px;
}

div#login div#container
{
	background-color: #FFF;
	padding: 20px 10px 20px 10px;
	border: solid 3px #AAA;
}
   
div#login div#container div#logo
{
	text-align: center;
	margin: 5px 0 15px 0;
}

div#login div#authMessage
{
	margin-bottom:10px;
	color: red;
}


/* ================================================
     Forms  
   ================================================ */
div.field_small
{
    margin-bottom: 5px;
}

div.field
{
    margin-bottom: 10px;
}

div.field_big
{
    margin: 0px 0 15px 0;
}

div.field_extra_big
{
    margin: 0px 0 25px 0;
}

div.form div.intro_text
{
    margin: 0 0 20px 0;
}

div.form div.intro_text img
{
    float: left;
}

div.form div.intro_text ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 15px;
	list-style-type: square;	
}

div.form div.intro_text ul li
{
	line-height: 1.7em;
	
}

div.form div.intro_text div.text
{
    margin-left: 60px;
    color: #555;
    line-height: 1.6em;
}

div.form div.intro_text div.text span
{
	font-weight: bold;
	color: #214C8F;
}

div.form div.section
{
    margin: 0 0 20px 0;
}

div.form span.mandatory
{
    color: #DD8B0F;
    font-weight: bold;
}

div.form div.mandatory_explanation
{
	font-size: 0.9em;
	color: #666;
}


/* Labels */
div.form label span
{
    color: #999;
    font-weight: normal;
}

div.form label.text
{

    float: left;

    width: 150px;

}


div.form label.default
{

    float: left;

    width: 150px;
    line-height: 1.7em;

}

div.form label.narrow
{

    float: left;

    width: 100px;
    line-height: 1.7em;

}


div.form label.wide
{

    float: left;

    width: 200px;
    line-height: 1.7em;

}

div.form label.medium_wide
{

    float: left;
    width: 175px;
    line-height: 1.7em;

}


div.form label.mandatory
{
    font-weight: bold;    
}

div.form label.block
{
    display: block;
    line-height: 1.7em;

}

div.form label.big
{
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

/* Alternate big style */
div.form label.big_alt
{
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0px 0px 5px 0px;

}

div.form label.checkbox
{
    display: inline;
    font-size: 1.0em;
    font-weight: normal;

}

/* Input and Textarea */
div.form input.textbox
{
    width: 250px;
    padding: 2px 5px; 
}

div.form textarea.default
{
    width: 450px;
    padding: 5px;    
}

div.form input.textbox_narrow
{
    width: 170px;
    padding: 2px 5px;        
}

div.form input.textbox_number
{
    width: 30px;
    padding: 2px 5px;        
}

div.form input.textbox_medium_wide
{
    width: 350px;
    padding: 2px 5px;   	
}

div.form input.textbox_wide
{
    width: 450px;
    padding: 2px 5px;        
}

div.form input.highlight_textbox
{
    background-color: #FFFFE4;
    border: solid 1px #DEBC83; 
}

div.form input.big_textbox
{
    font-size: 1.3em;
    padding: 3px 5px;
}

/* Slightly smaller text but bold */
div.form input.big_textbox_alt
{
    font-size: 1.2em;
    padding: 3px 5px;
    font-weight: bold;	
}

div.form input.extra_big_textbox
{
	font-size: 1.5em;
     padding: 3px 5px;   
}

/* Buttons */
div.form input.button
{
	overflow: visible;
	padding: 2px 5px;
}

div.form input.button_thin
{
	overflow: visible;
	padding: 2px 5px;
}

div.form input.default_button
{
	overflow: visible;
	font-weight: bold;
}

div.form input.big_button
{
    font-size: 1.2em;
}

div.form input.small_button
{
	font-size: 0.9em;
}

.indent
{
	margin-left:150px;
}

.indent_wide
{
	margin-left:200px;
}


.indent_medium_wide
{
	margin-left: 175px;
}

.indent_narrow
{
	margin-left: 100px;
}


/* Errors */
div.error-message
{
	margin: 3px 0 0 0;
	color: red;
}

div.mode_buttons img
{
	margin: 0 4px 0 0;
}


