﻿a
{
    color: #003D7D;
    text-decoration: none;
}

a:hover
{
    color: #9B5F0E;
    text-decoration: none;
}

.Text
{
    font-family: Verdana;
    color: #5b6064;    
    font-size: 8pt;
    line-height: 150%;
}

.Text_Block
{
    font-family: Verdana;
    color: #5b6064;    
    font-size: 8pt;
    line-height: 150%;
    text-align:justify;
}
.Large_Text 
{
    font-family: Verdana;
    color: #5b6064;    
    font-size: 10pt;
    line-height: 150%;
    font-weight: bold;
}

.Small_Header
{
    font-family: Georgia, Times;
    color: #9B5F0E;    
    font-size: 14pt;
}

.Large_Header
{
    font-family: Georgia, Times;
    color: #9B5F0E;    
    font-size: 18pt;
}

.frame_header
{
    background-image: url(images/frame_border_bg.gif);
    background-position: top;
    background-repeat:repeat-x;
    vertical-align: top;
    width: 100%;
    font-family: Georgia, Times;
    color: #9B5F0E;    
    font-size: 12pt;
    padding-top: 7px;
    
}

.frame_content
{
	width: 100%;
	height: 100%;
	padding: 15px;
    font-family: Verdana;
    color: #5b6064;    
    font-size: 8pt;	
    vertical-align: top;  
    line-height: 150%;  
}

#selectlanguage
{ 
	float: right;
	height:25px;
	padding:0;
	margin:0;
	line-height:25px;
	padding-right:20px;
	font-size:11px;
}
#selectlanguage ul
{ 
	padding:0;
	margin:0;
}
#selectlanguage li
{ 
	padding:0;
	margin:0;
	float: right;
	list-style:none;
	color:#5B6064;
}
#selectlanguage li.selected
{ 
	background: url(../../images/language_selected_left.gif) no-repeat top left;
	height: 25px;
	margin-right:10px;
}
#selectlanguage li a
{ 
	padding:0;
	margin:0;
	padding:6px 10px 5px 10px;
	color:#5B6064;
}
#selectlanguage li.selected a
{ 

	background: url(../../images/language_selected_right.gif) no-repeat right top;

}
#selectlanguage li a:hover
{ 
	color:black;
}

.topborder
{
	background: url(../../images/design/top_border_top2.gif) no-repeat;
	height:26px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NAVIGATIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.block 
{
    margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	color: #FFFFFF;
}

.block .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.block .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.block .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.block a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.block li
{
    list-style: none;
}

.block li.separator
{
	height: 1px;
	line-height: 1px;
	background: #ff9933;
	width: 140px;
	font-size: 1px;
	margin: 5px 0 5px 0;
}



.block-medialibraryfolder-navigation, .block-manufacturer-navigation, .block-recently-viewed-products, 
.block-info, .block-shoppingcart, .block-newsletter, .block-livechat, .block-popular-tags,
.block-popular-blogtags, .block-blog-archive
{
	
}

.block-livechat .listbox
{
	text-align: center;
}

.block-shoppingcart .items
{
    margin-top: 10px;
}

.block-shoppingcart .items ul
{
    color: #FFFFFF;
}

.block-shoppingcart .buttons
{
	text-align: right;
}

.block-medialibraryfolder-navigation .active a
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}

.block-medialibraryfolder-navigation .listbox ul .active
{
	font-weight: bold;
}

.block-medialibraryfolder-navigation .listbox ul .inactive
{
}

.block-manufacturer-navigation a.active
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}

.block-manufacturer-navigation a.inactive
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.block-manufacturer-navigation .listbox .viewall a
{
	color: #ff9933;
}

.block-newsletter .options
{
    margin-top: 5px;
}

.block-newsletter .buttons
{
    margin-top: 5px;
}

.block-recently-viewed-products a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #ff9933;
}

.block-popular-tags li, .block-popular-blogtags li
{
    display:inline !important;
}

.block-blog-archive .year
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
}
.clear
{
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

