/* CSS Document */

/**********************
	Colors
***********************/

.menu_background {
	color: #E93F9C;
}

/**********************
	Body
***********************/

body {
 margin:0px;
}

/**********************
	Links
***********************/

.eshoplink A:link 
{
	color: #0000ff;
	font-size: 12px;
}
.eshoplink A:visited 
{
	color: #0000ff;
	font-size: 12px;
}

.eshoplink A:active 
{
	color: #8000ff;
	font-size: 12px;
}

.eshoplink A:hover 
{
	color: #8000ff;
	font-weight: bold;
	background-color: #eeeeee;
	font-size: 12px;
}

.smalllink_grey A:link 
{
	color: Grey;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
}
.smalllink_grey A:visited 
{
	color: Grey;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
}

.smalllink_grey A:active 
{
	color: Grey;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
}

.smalllink_grey A:hover 
{
	color: Grey;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
}

/**********************
	TABLES
***********************/

.standart_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: Navy;
	border: 1px #A258A8;
	border-color : Navy;
	border-style : solid;
}

.grey_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	border: 1px solid #C0C0C0;
}

.footer_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

.grey_light_table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	border: 1px solid #dcdcdc;
}

.grey_big_table {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	border: 1px dotted #C0C0C0;
}


.search_panel {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #F0E68C;
	background-image : url(graphics/search2.jpg);
	background-repeat : no-repeat;
	background-position : left;
	border-bottom : 1px solid Gray;
	border-top : 1px solid Gray;
	height: 78px;
}

.bluetalk_panel_top {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	background : #CFE1FF;
	border-bottom : 1px solid #2B5CD0;
}

.bluetalk_panel_bottom {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	background : #CFE1FF;
	border-top : 1px solid #2B5CD0;
}

.whiteEdgeTopLeft {
	background-image : url(graphics/eshop_designs/leftTopWhiteEdge.gif);
	background-repeat : no-repeat;
	background-position : left top;
}

.whiteEdgeTopLeft2 {
	background-image : url(graphics/eshop_designs/leftTopWhiteEdge.gif);
	background-repeat : no-repeat;
	background-position : left bottom;
}

.whiteEdgeBottomRight {
	background-image : url(graphics/rightBottomWhiteEdge.gif);
	background-repeat : no-repeat;
	background-position : right bottom;
}

.whiteEdgeBottomLeft {
	background-image : url(graphics/leftBottomWhiteEdge.gif);
	background-repeat : no-repeat;
	background-position : left bottom;
}

.whiteEdgeTopRight {
	background-image : url(graphics/eshop_designs/panelEdge.gif);
	background-repeat : no-repeat;
	background-position : right top;
}

.currencyBg {
	background-repeat : no-repeat;
	background-position : left top;
}

.menu_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	border-top : 1px solid Gray;
	border-bottom : 1px solid Gray;
	background-image : url(graphics/icon_products_alpha.jpg);
	background-repeat : no-repeat;
	background-position : right;
}

.menu_table_eshops {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	border-top : 1px solid Gray;
	border-bottom : 1px solid Gray;
	background-image : url(graphics/icon_eshops_alpha.jpg);
	background-repeat : no-repeat;
	background-position : right;
}

.menu_table_auctions {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	border-top : 1px solid Gray;
	border-bottom : 1px solid Gray;
	background-image : url(graphics/icon_auctions_alpha.jpg);
	background-repeat : no-repeat;
	background-position : right;
}

.menu_table_b2b {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	border-top : 1px solid Gray;
	border-bottom : 1px solid Gray;
	background-image : url(graphics/icon_b2b_alpha.jpg);
	background-repeat : no-repeat; 
	background-position : right;
}

.white_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: Black;
	border : 0px solid #9797ff;
	background : #FFFFFF;
}

/************************
   CELLS
*************************/

.sheet_cell {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: Black;
	border : 1px solid #d0d7e5;
	background : #FFFFFF;
	width: 100%;
	padding-top: 3px; 
	padding-bottom: 3px; 
}

.sheet_cell_bold {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;
	color: Black;
	border : 1px solid #d0d7e5;
	background : #FFFFFF;
	width: 100%; 
	padding-top: 3px; 
	padding-bottom: 3px;  
}

.sheet_cell_bottom {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: Black;
	border-bottom : 1px solid #d0d7e5;
	border-top : 0px solid #d0d7e5;
	border-left : 0px solid #d0d7e5;
	border-right : 0px solid #d0d7e5;
	background : #FFFFFF;
	width: 100%;
	padding-top: 3px; 
	padding-bottom: 3px; 
}

/**********************
	LABELS
***********************/

.section_header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight: bold;
	color: Black;
	padding-top: 0px;
	background-image: url('http://www.inmarket.co.uk/graphics/bg_header.png');
    background-repeat: repeat-x; 
}

.section_header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	color: Black;
	padding-top: 0px;
}

.section_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: Black;
	padding-top: 0px;
}

.auction_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: Black;
	padding-top: 0px;
	background-color : Silver;
}

.error_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	padding-top: 0px;
	text-align: center;
	background-color : red;
}

.ok_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Blue;
	padding-top: 0px;
	text-align: center;
	background-color : #49EF2C;
}

.section_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight: bold;
	color: Black;
	padding-top: 0px;
}

.small_section_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: Black;
	padding-top: 0px;
}

.standart_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: Black;
	padding-top: 0px;
}

.standart_small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
	color: Black;
	padding-top: 0px;
}

.standart_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: Black;
	padding-top: 0px;
}

.big_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	color: Black;
	padding-top: 0px;
}

.standart_greybg_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: Black;
	padding-top: 0px;
	background-color : #e1e1e1;
}

.standart_lightgreybg_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: Black;
	padding-top: 0px;
	background-color : #eaeaea;
}

.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align:left;
	color: Black;
	padding-top: 0px;
}

.small_text_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align:left;
	font-style: italic; 
	color: Black;
	padding-top: 0px;
}

.view_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: Black;
	padding-top: 0px;
	background : Silver;
	background-image: url('http://www.inmarket.co.uk/graphics/bg_header.png');
    background-repeat: repeat-x; 
}

.view_light {
	padding-top: 0px;
	background : #ffffff;
}

.view_dark {
	padding-top: 0px;
	background : #F1F1F1;
}

.mobile_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	padding-top: 0px;
}

.auction_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: Black;
	padding-top: 0px;
	background-color : #CFE7FF;
}

.auction_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: Black;
	padding-top: 0px;
	background : #AFFFAF;
	border : 1px Gray;
}

.auction_green_tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color: Black;
	padding-top: 0px;
	background : #AFFFAF;
	border : 1px Gray;
}

.grey_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: gray;
	padding-top: 0px;
}

.dark_grey_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	color: #4F4F4F;
}

.presentation_text {
	font-size: 12px;
	font-family: Verdana;
	text-align:left;
	color: Black;
	line-height : 17px;
}

.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: White;
	padding-top: 0px;
}

.green_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #5CAF36;
	padding-top: 0px;
}

.green_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #5CAF36;
	padding-top: 0px;
	font-weight: bold;
}

.red_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #FF0000;
	padding-top: 0px;
	font-weight: bold;
}

.white_text_bold_underline {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

.small_text_underline {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}


/**********************
	HEADER TITLES
***********************/

.header_title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: Black;
	padding-top: 0px;
}

/**********************
	FORMS
***********************/

  .auction_bid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Black;
	border: #FF0000 solid 2px;
}
	 
.bottom_white_line {
	border: 1px solid White;
}

.bottom_grey_line {
	border-bottom: 1px solid #B7B7B7;
}

.top_grey_line {
	border-top: 1px solid #B7B7B7;
}

.right_grey_line {
	border-right: 1px solid #B7B7B7;
}

.left_grey_line {
	border-left: 1px solid #B7B7B7;
}

.top_bottom_grey_line {
	border-top: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
}

.right_bottom_grey_line {
	border-right: 1px solid #4F4F4F;
	border-bottom: 1px solid #B7B7B7;
}

.left_lightgrey_line {
	border-left: 1px solid #D6D6D6;
}

.right_lightgrey_line {
	border-right: 1px solid #D6D6D6;
}

.whiteBackground {
	background: #FFFFFF;
	border : 1px solid #FFFFFF;
}

.greyBackground {
	background: #DDDDDD;
	border : 1px solid #DDDDDD;
}

.lightGreyBackground {
	background: #EFEFEF;
	border : 1px solid #EFEFEF;
}

.paginating {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: 1px;
	border-style: solid;
	border-color: #CDCDCD;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}

.paginating_over {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: 1px;
	border-style: solid;
	border-color: #CDCDCD;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #DFDFDF;
}


.paginatingCurrent {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: 0px;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}

.header_h1_navy {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;
	color: #000080;
	border: 1px solid #D6D6D6;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.header_h1_grey {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;
	color: #9D9D9D;
	border: 1px solid #D6D6D6;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.header_title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	color: Black;
	padding: 3px;
}

.grey_line_separator {
   color: #D1D1D1;
   height: 1px;
   border: 1;
}

.dropDownDiv {
	background: #c9c9c9;
	border : 1px solid #000000;
}

.dropDownCell {
	border-bottom: 1px solid #B7B7B7;
}

.dropDownCellOver {
	background: #5f5f5f;
	border-bottom: 1px solid #B7B7B7;
}

.dropDownGroupCell {
	border-bottom: 1px solid #B7B7B7;
	background: #c7c7c7;
}

.dropDownGroupCellOver {
	background: #707070;
	border-bottom: 1px solid #B7B7B7;
}

.menuLayer {
	position:absolute;
	left:0px; 
	top: 0px; 
	z-index:1; 
	visibility: hidden;
	background-color: #FFFFFF;
	opacity: 0.9;
}

.menuLayerWrapper {
    position:relative;
	height:1px;
	visibility:hidden;
	background-color: #FFFFFF;
}

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

a.dropDownLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px; 
	font-weight: bold;	
	text-decoration: none;
}

a.dropDownGroupLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px; 
	font-weight: normal;
	text-decoration: none;
}

a.dropDownGroupLink:hover {
	color: #676767;
	text-decoration: none;
}

.dropDownBg {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000000;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	opacity: 0.6;
}

.dropDownBg_Over {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

.smooth_bg {
	background-image: url(graphics/enmercado.com/bg_button_general.png);
    background-repeat: repeat-x; 	
}

.dropDownBg2 {
	border : 1px solid #CDCDCD;
}

.general_text_form { 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eaeaea;
	font-size: 12px;
	font-weight: normal;
	color: #0C007F;
	border: #000000 solid 1px;
}

.general_select_form { 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eaeaea;
	font-size: 12px;
	font-weight: normal;
	width: 80%;
	color: #0C007F;
	border: #000000 solid 1px;
}

.general_text_form_bold { 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eaeaea;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	color: #0C007F;
	border: #000000 solid 1px;
}

.general_select_text_form { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0C007F;
	border: #000000 solid 1px;
}

.general_small_text_form {
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	font-size: 9pt;
	font-family: Arial;
	color: #000080;
	font-weight: normal;
	border: 1px solid Silver;
}

.general_text_form_slim {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	font-size: 9pt;
	font-family: Arial;
	color: #000080;
	font-weight: normal;
	border: 1 solid #000080"
}


.main {
width:200px;
border:1px solid black;
}

.month {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	padding-top: 0px;
	background : Silver;
	background-image: url('http://www.inmarket.co.uk/graphics/bg_header.png');
    background-repeat: repeat-x; 

}

.daysofweek {
	font:bold 12px Arial;
	background : #8FA9C5;
	border: 1px #A258A8;
	background-image: url('http://www.inmarket.co.uk/graphics/bg_header2.png');
    background-repeat: repeat-x; 	
	color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: #EAEAEA;
padding: 2px;
border: 1px #FFFFFF;
}

.days #today{
font-weight: bold;
color: red;
}

.spotlightOn_breadCr {
	width:259px;
	height: 157px;
	margin-bottom: 12px;
}

.fieldSet {
	background: #FFFFFF;
	border : 1px solid #7F7F7F;
	border-width:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.calendar {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: 1px;
	border-style: solid;
	border-color: #CDCDCD;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}

.calendarOver {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: 1px;
	border-style: solid;
	border-color: #CDCDCD;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #DFDFDF;
}


.calendarCurrent {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: 1px;
	border-style: solid;
	border-color: #CDCDCD;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	background: #FFFFFF;
}

