﻿/*  Styles for the rest of the BuyIt page */


.BuyItPage
{
}


.BuyItSubtitle
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	border-bottom:dotted 1px #A09F9A;
	padding: 2px 0px 2px 0px;
}


.MarketPlaceItem
{
	font-weight: bold;
	border-bottom:dotted 1px #A09F9A;
	padding: 2px 0px 2px 0px;
	width: 340px;
}

.MarketPlaceHeader
{
	text-align: left;
}

.StoreCaption
{
	text-align: left;
}



/*  Styles specific to the tabs */
.HomePageTabbedBoxes
{
    background: url(../images/HomePageTabbedBoxes_bg.gif) left bottom #dadada repeat-x;
    margin:0px 0px 10px 0px;
    text-align: left;
    padding:3px 3px 7px 3px;
    min-height:283px;
    height:auto !important;
    height:283px;
    width:600px;
}

.HomePageTabbedBoxes #tabscontainer
{
    width:auto;
}

.indentmenu
{
    font-size:11px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    width:auto; /*leave this value as is in most cases*/
    background: url(../images/indentmenu_tab_bg.gif) left top repeat-x #f1f1f1;
    height:30px;
    line-height:30px;
}




.indentmenu ul
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	float: left;
}



.indentmenu ul li
{
	display: inline;
}



.indentmenu ul li a:link,
.indentmenu ul li a:visited,
.indentmenu ul li a:active
{
	float: left;
	padding: 0px;
	text-decoration: none;
	color:#2481d1;
	padding:0 12px;
}


.indentmenu ul li a:hover
{
	color:#2481d1;
}


.indentmenu ul li a.selected
{
	/*color: #333333 !important;*/
	color:#2481d1;
	padding: 0px 0px;
	background: url(../images/indentmenu_selected_tab_bg.gif) top left repeat-x #f9f9f9;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
	padding:0 12px;
}





.tabcontentstyle
{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 550px;
	margin-bottom: 1em;
	padding: 10px;
}



.tabcontent
{
	display:none;
	padding: 8px;
}



.tabcontent ul
{
	list-style-type:none;
}



.tabcontent img
{
	float:left;
	padding:0px 7px 7px 0px;
}



.tabcontent a {
font-weight:bold;
}
.tabcontent .readmore a {
font-weight:bold;
}


.tabcontent p
{
	margin:5px 0px;
	padding:0px;
}


.holderdiv
{
	min-height: 250px;
	height: auto !important;
	height: 250px;
	line-height:normal;
	background: url(../images/holderdiv_bg.gif) bottom left repeat-x #f9f9f9;
}



@media print
{
	.tabcontent
	{
		display:block !important;
	}
}








