/*
 *  Default styles 
 */

body {
    font-family: Verdana, Arial, Tahoma, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    padding: 0;
    background-color: #000;
    font-size: 12px;
    text-align: center;
}

td, strong, a, li, ul, select, input, span, table, textarea
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 10px;
    line-height: 16px;
}

label
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
}

.highlighted
{
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #ff8a00;
}


/*
 *  Link styles 
 */

a.orange, a.orange:visited, a.orange:active
{
	color: #ff8a00;	
}

a.orange:hover
{
	text-decoration: none;
}


/*
 *  Text styles 
 */
.xlarge
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 18px;
    line-height: 18px;

}

.large
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 14px;
    line-height: 18px;

}

.normal
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 10px;
    line-height: 16px;
}

.small
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 8px;
    line-height: 14px;
}

.xsmall
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 7px;
    line-height: 13px;
}


/*
 *  Top-table
 */
.topTable
{
	display: block;
	margin: 0px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;

}

.topSearchTable
{
    background-image: url(../gfx/top_search_bg.jpg);
    background-repeat: repeat-x;
}


/*
 *  Top-menu (tabs)
 */

.topMenuCurrentTable
{
	float: left;
    background-image: url(../gfx/tmenu_current_bg.jpg);
    background-repeat: repeat-x;
}

.topMenuCurrentTableActive
{
	float: left;
    background-image: url(../gfx/tmenu_current_bg1_active.jpg);
    background-repeat: repeat-x;
	cursor: default;
}

.topMenuCurrent
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
}

.topMenuCurrent:hover
{
	color: #777777;
}

.topMenuOtherTable
{
	float: left;
    background-image: url(../gfx/tmenu_other_bg.jpg);

    background-repeat: repeat-x;
}

.topMenuOtherTable b
{
	color: #777777;
}

.topMenuOtherTableActive
{
	float: left;
    background-image: url(../gfx/tmenu_other_bg.jpg);
    background-repeat: repeat-x;
}

.topMenuOtherTableActive b
{
	color: #777777;
	cursor: default;
}


.topMenuOther
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #777777;
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
	z-index: 120;
}

.topMenuOther:hover
{
	color: #515151;
	z-index: 130;
}

/*
 *  Top-message bar
 */

.topMessageTd
{
	display: block;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
    background-image: url(../gfx/top_bar_bg.gif);

    background-repeat: repeat-x;
}


/*
 * Left-menu
 */ 
.lmenuTitleTable
{
    background-image: url(../gfx/lmenu_title_bg.jpg);

    background-repeat: repeat-x;
}

.lmenuFrame
{
    background-image: url(../gfx/gray.gif);
}


.lmenuSpacer
{
	width: 1px;
    background-color: #ededed;
}

.lmenuIco
{
    background-image: url(../gfx/ico_bg.jpg);
    background-repeat: repeat-y;
}

.lmenuItem
{
    background-image: url(../gfx/lmenu_item_bg.gif);
    background-repeat: repeat-x;
}

.lmenuItem a
{
	height: 100%;
	width: 100%;
	margin-bottom: 1px;
    padding-left: 5px;
	display: block;
	text-decoration: none;
}

.lmenuItem a:hover
{
	background-color: #eeeeee;
	display: block;
}


/*
 * List / Table
 */ 
.listItem
{
	padding-left: 5px;
	padding-right: 5px; 
}


.listItem a:hover
{
	color: #999999;
	text-decoration: none;
}


.rowOut
{
	background-color: #ebebeb;
}
.rowOver
{
	background-color: #f7f7f7;
}

.listFrame
{
    background-image: url(../gfx/gray.gif);
}

.listSpacer
{
	width: 1px;
    background-color: #ffffff;
}

.listHeader
{
	padding-left: 5px;
	padding-right: 5px;
    background-image: url(../gfx/list_header_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 15px;
    font-weight: bold;
    font-size: 9px;
    line-height: 9px;
}

.listHeader2
{
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../gfx/list_header2_bg.jpg);
    background-repeat: repeat-x;
    height: 25px;
}



/*
 * Bottom-menu
 */ 
.bottomMenuTd
{
	display: block;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
    background-image: url(../gfx/bottom_bar_bg.gif);

    background-repeat: repeat-x;
}

.bottomMenuTd a
{
	color: #ffffff;
	
}

.bottomMenuTd a:hover
{
	color: #666666;
	text-decoration: none;
}

/*
 *  Form styles 
 */


.smallinput
{
	margin: 0;
	padding: 2px;
	border: 1px solid #515151;
	background-color: #ffffff;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 11px;
    line-height: 12px;
    height: 20px;
	margin-bottom:1px;
	width: 20px;
}

.tinyinput
{
	margin: 0;
	padding: 2px;
	border: 1px solid #515151;
	background-color: #ffffff;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 11px;
    line-height: 12px;
    height: 20px;
	margin-bottom:1px;
	width: 20px;
}

.normalinput
{
	margin: 0;
	padding: 2px;
	border: 1px solid #515151;
	background-color: #ffffff;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 11px;
    line-height: 12px;
    height: 20px;
	margin-bottom:1px;
	width: 111px;
}

.largeinput
{
	margin: 0;
	padding: 2px;
	border: 1px solid #515151;
	background-color: #ffffff;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 11px;
    line-height: 12px;
    height: 20px;
	margin-bottom:1px;
	width: 410px;
}

textarea.largeinput
{
	height: 320px;
}

textarea.smallinput
{
    height: 65px;
	width: 410px;
}

input.smallinput
{
	width: 35px;
}

input.tinyinput
{
	width: 20px;
}

input.normalinput
{
	width: 111px;
}

select.normalinput
{
	width: 159px;
}

select.smallinput
{
	width: 58px;
}

select.tinyinput
{
	width: 50px;
}


.largetable
{
	width: 510px;
}

.button
{
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
	border: 1px solid #515151;
	background-color: #f1f1f1;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 10px;
    line-height: 10px;
	height: 20px;
}

.boxLogin
{
	display: block;
	margin: 0;
	padding: 15px;
	border: 1px solid gray;
	background-color: #f2f2f2;
	width: 230px;
	margin: 15px;
}

/*
 *  Lines 
 */
.lineOrangeDotted
{
    background-image: url(../gfx/orange_line_dotted.gif);
    background-repeat: repeat-x;
}

.lineGraySolid
{
    background-image: url(../gfx/gray.gif);
}



/*
 * Menu
 */

.menuWindow
{
	border: 0px solid black;
	z-index: 100;
	display: none;
}

.menuItems
{
	border: 0px solid black;
	font: normal 12px Verdana;
	line-height: 16px;
	background-repeat: repeat-x;
	font-weight: bold;
}

.menuItems a
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
	padding-left: 5px;
    color: #777777;
    font-size: 10px;
	height: 100%;
	width: 100%;
	margin-bottom: 1px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.menuItems a:hover
{
	color: #444444;
	background-color: #cccccc;
	font-weight: bold;
}

ul.files li{
	list-style-type: none;
	list-style-image: url(../gfx/file_icon.gif) !important;	
}

table.dclisting {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
}
table.dclisting th {
	border-width: 1px;
	padding: 1px;
	border-style: none none solid none;
	border-color: gray;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
}
table.dclisting td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: white;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 10px;
    line-height: 16px;
}

/************************************
 *   Parameters for main template   *
 ************************************/


div#container {
    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    padding: 0;
    position: relative;
	width: 801px;
	background-color: #ffffff;
}
div#intro {
    width: 801px;
    height: 242px;
    background-color: #fff;
}

div#flags {
    float: right;
    background-color: #FFF;
    width: 604px;
    height: 20px;

}

img#top_bar {
    margin-bottom: 0;
    padding: 0;
}
img.flag {
    float: right;
    margin: 3px;
}

img#baner {
margin-top:0;
padding-top:0;
}
img#logo {
    border: 0;
    width: 197px;
    height: 43px;
}
a.logo {
    float: left;
    display: block;
    padding-top: 0;
    margin-top: 0;
    width: 197px;
    height: 43px;
}

div#top_menu {
    float: right;
    width: 604px;
    height: 23px;
    text-align: right;
    background-color: #FFF;
}

a.top_menu_link, a.top_menu_link:visited{
    text-decoration: none;
    color: #CC0000;
    font-size: 10px;
    font-weight: bold;
    margin-right: 15px;
}

a.top_menu_link:hover {
    text-decoration: underline;
    color: #CC0000;
    font-size: 10px;
    font-weight: bold;
    margin-right: 15px;
}

span#tml_media_amp {
    color: #6A6A6A;
}

div#container_stock {
    width: 801px;
    margin:0;
    padding: 0;
}

div#footer {
    width: 801px;
    height: 23px;
    text-align: center;
}

a.footer_link, a.footer_link:visited{
    text-decoration: none;
    margin: 0 8px 0 8px;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
}

a.footer_link:hover {
    text-decoration: none;
    color: #CC0000;
    font-size: 10px;
    font-weight: normal;
}

table.retailers_table td {
	border-width: 0px;
	padding: 3px;
	border-style: solid;
	border-color: white;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-weight: bold;
    color: #515151;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
}

a.loginLink { 
	color: white;
}

div.review_description_content {
    color: #606060;
    text-align: left;
    margin: 10px 0 5px 15px;
}

p.useful_links {
    color: #606060;
    text-align: left;
    font-weight: bold;
    font-size: 11px;    
}

a.sortable_header, a.price_sorting {
    text-align: center;
    color: #cc0000;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

div.top_header {
    float: left;
    text-align: left;
    margin: 8px 0 0 0;
    font-size: 18px;
    font-weight: normal;
    color: #990000;
}

div.top_traffic {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.sorting_select {
	float: right;
	margin: 5px 15px 0 0;
}

.boxRegistrationAccount
{
    display: block;
    width: 760px;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	border: 1px solid gray;
	background-color: #f2f2f2;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.boxRegistrationAccountForm
{
	margin: 15px 10px 10px 210px;
	padding: 10px 10px 10px 10px;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
}

.boxRegistrationAccountErrorMessage
{
	display: block;
	margin: 30px 30px 5px 30px;
	padding: 10px 10px 10px 10px;
	border: 1px solid gray;
	background-color: #f6f6f6;
    color: #990000;
    text-align: left;
    font-size: 10px;
    font-weight: normal;    
    text-align: center;    
}

.boxRegistrationAccountInfoMessage
{
	display: block;
	margin: 30px 30px 5px 30px;
	padding: 10px 10px 10px 10px;
	border: 1px solid gray;
	background-color: #f6f6f6;
    color: #000000;
    text-align: left;
    font-size: 10px;
    font-weight: normal;    
    text-align: center;    
}