/* CSS Document */

#tabs2, #tabs3, #tabs4 {
        font-size:15px;
		float: left; 
		line-height:normal;
		display:block;
		}
#tabs2 UL, #tabs3 UL, #tabs4 UL {
        padding-right: 0px; 
		padding-left: 0px; 
		padding-bottom: 0px; 
		margin: 0px; 
		padding-top: 0px; 
		list-style-type: none;
		}
#tabs2 LI, #tabs3 LI, #tabs4 LI {
        padding-right: 0px; 
		padding-left: 8px; 
		background: url(../_images/left.gif) no-repeat left top; 
		float: left; 
		padding-bottom: 0px; 
		margin: 0px; 
		padding-top: 0px
		}
#tabs2 A, #tabs3 A, #tabs4 A {
        padding-right: 2px; 
		display: block; 
		padding-left: 0px; 
		font-weight: bold; 
		background: url(../_images/right2.gif) no-repeat right top; 
		float: left; 
		}
#tabs2 A, #tabs3 A, #tabs4 A {
        float: none;
		}
#tabs2 A:hover, #tabs3 A:hover, #tabs4 A:hover {
        color: #333
		}
#tabs2 #current, #tabs3 #current, #tabs4 #current {
        background-image: url(../_images/left_on.gif)}
#tabs2 #current A, #tabs3 #current A {
        background-image: url(../_images/right_on.gif); 
		padding-bottom: 5px; 
		color: #333
		}

div#tabs2.ttabs, div#tabs3.ttabs, div#tabs4.ttabs {
	width:425px;
	}

div#tabContent2, div#tabContent3, div#tabContent4 {
	border:1px solid #E3E5ED;
	width:416px;
	float:left;
	margin-bottom:10px;
	}

div#bazaar div#tabContent {
	width:187px !important;
	height:287px;
	}
