/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body { margin:0 auto;width:976px; font-size:12px; color:#464646; text-decoration:none; line-height:120%; font-family: arial, verdana, helvetica, sans-serif; text-align:left}
a {color:#464646}
a:link {color:#464646; text-decoration:none}
a:visited {color:#464646;text-decoration:none}
a:hover {color:#464646;text-decoration: underline; cursor: pointer}

body ul { list-style:none; padding:0; margin:0}
.clearfloat {clear:both; height:1; border:0}
*{margin:0px auto; padding:0; border:0}

img {border: none; }
/**
INPUT {border: #000000 solid 1px;}
SELECT {border: #000000 solid 1px;}
 */

FORM, SELECT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}
INPUT {
	/**display: inline; */
	font-size: 1em;
	margin: 0.1em;
	}
	
INPUT, SELECT, TEXTAREA {border: #cccccc solid 1px;}
	
TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

h1 {
	margin: 0.3em 0;
	} 

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0.5em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	/** padding: 0.2em; **/
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
	
		
/**
h1 {	font-size: 1.5em;	color: #9a9a9a;	}
h3 {	font-size: 1.3em;	}
h2, h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{font-size: 1.1em;	}
h1, h2, h3, h4, h5, h6 {	margin: 0;	}
.biggerText {	font-size: 1.2em;	}
 */
 
.header {width:976px; height:100%;}
.logo {height:76px; margin-bottom:15px;}
.logoimg { float:left; padding-left:30px; width:370px;}
.nav { float:right;width:560px;color:#000; padding-top:20px; text-align:right; padding-right:10px;}
.nav a{color:#000;}
.nav a:link {color:#000;}
.nav a:visited {color:#000;}
.nav a:hover {color:#000;}
.menu { background:url(../images/navbg.jpg) repeat-x left top;height:29px; padding-left:40px;}
.menuli{ float:left;font-size:14px; color:#fff; line-height:25px; text-decoration:none; padding-right:25px;}
.menuli a{font-size:14px;color:#fff;}
.menuli a:link{font-size:14px;color:#fff;}
.menuli a:visited{font-size:14px;color:#fff; }
.menuli a:hover{font-size:14px;color:#fff;}
.menulihover{ float:left;font-size:14px; color:#fff; line-height:25px; text-decoration: underline; padding-right:25px;}
.menulihover a{font-size:14px;color:#fff; text-decoration: underline; }
.menulihover a:link{font-size:14px;color:#fff; text-decoration: underline; }
.menulihover a:visited{font-size:14px;color:#fff;  text-decoration: underline; }
.menulihover a:hover{font-size:14px;color:#fff; text-decoration: underline; }


.centerColumn {width:754px; margin:0 auto; padding:8px 0 0 0; height:100%; float:left }

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}



#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 976px;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0;
	margin-right: 0;
	padding-top: 8px;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}


/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}








/* centent------------start */
.centent {width:976px; margin:0 auto; padding-top:8px; height:100%; }
.centent_top {width:976px; height:100%; overflow:hidden}
.centent_top_left{float:left; width:754px; height:301px;}
.centent_top_left_a {background-color:#FFFDFE;}
.left_a_img{float:left; width:470px; padding-left:9px;}
.left_a_img ul li {width:470px;}
.left_a_centent {float:left; width:275px;height:296px; padding-top:5px; background-color:#D4D4D4}
.left_a_centent ul li { padding:5px 3px; width:253px;}
.left_a_centent ul li p{color:#C80203}
.left_a_centent ul li p{font-family:Arial Black; font-size:14px;}

.normaltab {font-size:12px; color:#6E6D72; text-decoration:none; line-height:135%;}
.normaltab a{color:#6E6D72; text-decoration:none;}

.hovertab {color:#fff; background-color:#76A0B9; font-size:12px; text-decoration:none;line-height:135%;}
.hovertab a{color:#fff; text-decoration:none;}
.hovertab a:link{color:#fff; text-decoration:none;}
.hovertab a:visited{color:#fff; text-decoration:none;}
.hovertab a:hover{color:#fff; text-decoration:none;}

.centent_top_right{float:right; width:212px; height:301px; background-color:#C80203;}
.centent_top_right ul {padding-top:5px;}
.centent_top_right ul li{ width:165px;line-height:28px; font-size:12px; color:#F9F0FF; background:url(../images/bo-line.jpg) repeat-x left bottom}
.centent_top_right ul li a:link{ color:#F9F0FF;}
.centent_top_right ul li a:visited{color:#F9F0FF;}
.centent_top_right ul li a:hover{color:#F9F0FF;}

.centent_products{padding-top:12px; float:left; width:752px;}
.centent_products_left{float:left; width:752px; margin:0; padding-bottom:22px; border:1px solid #D3D3D3;}
.centent_products_left h2{background-color:#D3D3D3; height:26px; font-size:12px; line-height:26px; padding-left:15px; color:#040062; text-align:left;}
.products_list{width:628px; }
.list_a {margin-top:15px; height:233px; width:157px; background:url(../images/listbg.jpg) repeat-x left top; float:left; text-align:center;}
.list_a img {border:1px solid #ffffff;}
.list_a a:hover img {border:1px solid #d5d5d5;}
.list_a p{height:20px; line-height:20px;}
.list_a p a:hover{border:none;}

.list_cate {margin-top:15px; height:100px; width:100px; float:left; text-align:center;}
.list_cate img {border:1px solid #ffffff;}
.list_cate a:hover img {border:1px solid #d5d5d5;}
.list_cate p{height:28px; line-height:28px;}
.list_cate p a:hover{border:none;}

.centent_products_right,.rslimg{float:right; width:212px; background-color:#EEEEEE; margin-top:12px}
.centent_products_right h5{ background-color:#000267; height:26px; color:#fff; font-size:12px; padding-left:15px; line-height:26px;}
.centent_products_right h2{ background-color:#000267; height:26px; color:#fff; font-size:12px; padding-left:15px; line-height:26px;}
.centent_products_right ul{border:1px solid #D3D3D3; padding:15px;}
.centent_products_right ul li{ line-height:22px;}
.rslimg{background:none; padding-top:10px}

/* footer------------start */
.footer {border-top:1px solid #BBBBBD; width:976px; margin-top:20px; height:80px;text-align:center; padding-top:15px;}
.footer ul{padding-left:255px;}

.footerli {float:left; padding:0 10px; color:#000; background:url(../images/line2.jpg) no-repeat right center;}
.footerli a:link{ color:#000; text-decoration:none}
.footerli a:visited{ color:#000; text-decoration:none}
.footerli a:hover{ color:#000; text-decoration: underline}


.footerlihover {float:left; padding:0 10px;color:#000;background:url(../images/line2.jpg) no-repeat right center;}
.footerlihover a:link{ color:#000; text-decoration: underline}
.footerlihover a:visited{ color:#000; text-decoration: underline}
.footerlihover a:hover{ color:#000; text-decoration: underline}

.copy{ font-size:11px; padding-top:8px;}


/* Tab§Ý */
.tb_ li{list-style: none;
float:left;
margin:0px;
padding:0px 4px;}
.dis{display:block;text-align:center;}
.undis{display:none;text-align:center;}


/* about.html---------- */
.about_banner{ padding-bottom:8px}
.about{line-height:18px; font-size:1.5em;}
.about h5{ background-color:#000267; height:28px;}
.about p{ padding-top:10px}


/* list.html---------- */
.list_menu { width:976px; height:185px; margin-bottom:8px;}

.list_content {width:981px; height:361px;}
.list_content_left { float:left;width:328px;}
.list_content_left h5 {background-color:#000267;width:318px; height:33px; color:#fff; font-weight: normal; line-height:33px; padding-left:10px; font-size:14px; margin-right:0px;}
.list_content_left h5 a{background-color:#33545B;width:318px; height:33px; color:#fff; font-weight: normal; line-height:33px; padding-left:10px; font-size:14px; margin-right:0px;}
.list_content_left h2 {background-color:#000267;width:318px; height:33px; color:#fff; font-weight: normal; line-height:33px; padding-left:10px; font-size:14px; margin-right:0px;}
.list_content_left h2 a{background-color:#33545B;width:318px; height:33px; color:#fff; font-weight: normal; line-height:33px; padding-left:10px; font-size:14px; margin-right:0px;}

.box {margin: 0; padding: 0;}

.boximg {float: left; width: 81px; height: 81px; margin-top: 1px; margin-left: 0px; padding-left: 1px;}
/* .list_content_left ul li {float:left; padding-right:1pwx; width:81px; height:81px; padding-top:1px;} */

.list_content_right { float:right;width:652px;}
.list_content_rightimg{float:left; width:473px; height:361px; margin-right:1px}
.list_content_rightfont {width:163px; height:341px; float:left; font-size:12px; background-color:#D5D5D5; color:#070707; padding:10px 5px; }


/* view.html---------- */
.view_left{ width:173px; float:left}
.view_left h5{ height:30px; background:#000267 url(../images/arr1.jpg) no-repeat 11px center; padding-left:20px; font-size:13px; line-height:30px; margin-bottom:5px; color:#fff}
.view_left_a{background-color:#C80203; padding-bottom:10px;}
.view_left_a ul {padding-top:5px;}
.view_left_a ul li{ width:145px;line-height:22px; padding-left:13px; font-size:12px; color:#F9F0FF; background:url(../images/bo-line.jpg) repeat-x left bottom}
.view_left_a ul li a:link{ color:#F9F0FF;}
.view_left_a ul li a:visited{color:#F9F0FF;}
.view_left_a ul li a:hover{color:#F9F0FF; text-decoration:underline}

.view_left_a ul li img{ padding-right:5px;}

.view_left_b,.view_left_c{ padding-top:7px;}
.view_left_b ul{background:url(../images/view_r3.jpg) repeat-y left top;}
.view_left_b h5{ background:none; color:#6B6B6B; padding-left:13px;}
.view_left_b ul li{ background-color:#DCDCDC; height:24px; width:145px; border-bottom:2px solid #F3F3F3; line-height:24px; padding-left:11px;}
.view_left_b ul li img{padding-right:5px;}

.view_left_c1{background:url(../images/view_r7.jpg) repeat-y  center top; height:100%; overflow: hidden}
.view_left_c1_a{width:135px;}
.view_left_c1_a_img{float:left;}
.view_left_c1_a_name{float:right;}
.view_left_c1_a_name div{text-align:right; padding-bottom:20px;}
.view_left_c1_a_name p{line-height:20px;}

.view_right{ width:795px; float:right}
.view_right_banner{ padding-bottom:11px;}
.view_right_contents{width:795px; height:100%; overflow:hidden}
.view_right_contents h5{ background-color:#eee; height:28px; line-height:28px; font-weight:normal; font-size:12px; padding-left:12px;}
.view_right_contents h5 img{padding-right:5px;}
.view_right_contents_a{ padding-top:18px;}
.view_right_contents_a_left{ width:665px; float:left}
.view_right_contents_a_left1{ height:100%; overflow:hidden;padding-bottom:16px}
.view_1{float:left; width:287px; padding-right:10px; text-align:center}
.view_2{float:left; width:324px;}
.view_2_1{ background-color:#F7F7F7; height:50px; line-height:50px; padding-left:20px; color:#054E81; font-size:15px;}
.view_2_1 INPUT {border: #000000 solid 0px;}
.view3{float:left; width:150px; line-height:20px; }
.view3 INPUT {border: #000000 solid 1px;}
.view4{float:right; width:120px; padding-top:5px;}
.view1{ border-bottom:1px solid #D7D7D7}
.view2{ padding:10px 0  0  10px;}
.font1{ color:#900934}
.font2{ color:#FF5500}
.font3{ color:#B20000}
.font4{ color:#046C8F}


.view_right_contents_a_right{ width:110px; float:right; padding-left:20px}
.view_right_contents_a_right h4{color:#07025E; font-weight:bold; font-size:16px; height:50px; line-height:50px;}
.view_right_contents_a_right ul li img{border:1px solid #DCDCDC}
.view_right_contents_a_right ul li p{ padding:8px}
.view_right_contents_a_right ul li p span{ color:#7E042B}

.view_tab_1{ width:624px; padding-top:15px;}
.view_tab_1 p{ padding:6px; line-height:20px;}


.n4Tab{clear:both;}
.n4Tab .TabTitle{ display:inline-block; vertical-align:middle;}
.n4Tab .TabTitle ul{width:981px; height:185px; margin-bottom:0px;}
.n4Tab .TabTitle li{float:left; height:185px; list-style-type:none;cursor:pointer; margin-right:1px;}
.n4Tab .TabTitle .normal0{float:left; height:186px;  background:url(../images/list_nav1hover.jpg) no-repeat center top; text-align:center; color:#fff; margin-right:1px; width:164px}
.n4Tab .TabTitle .active0{float:left; height:186px;  background:url(../images/list_nav1.jpg) no-repeat center top; text-align:center; color:#fff; margin-right:1px; width:164px}
.n4Tab .TabTitle .normal1{float:left; height:186px;  background:url(../images/list_nav2hover.jpg) no-repeat center top; text-align:center; color:#fff; margin-right:1px; width:163px}
.n4Tab .TabTitle .active1{float:left; height:186px;  background:url(../images/list_nav2.jpg) no-repeat center top; text-align:center; color:#fff; margin-right:1px; width:163px}
.n4Tab .TabTitle .normal2{float:left; height:186px;  background:url(../images/list_nav3hover.jpg) no-repeat center top; text-align:center; color:#fff; margin-right:1px; width:161px}
.n4Tab .TabTitle .active2{float:left; height:186px;  background:url(../images/list_nav3.jpg) no-repeat center top; text-align:center; color:#fff; margin-right:1px; width:161px}
.n4Tab .TabTitle .normal3{float:left; height:186px;  background:url(../images/list_nav4hover.jpg) no-repeat center top; text-align:center; color:#fff; margin-right:1px; width:161px}
.n4Tab .TabTitle .active3{float:left; height:186px;  background:url(../images/list_nav4.jpg) no-repeat center top; text-align:center; color:#fff; margin-right:1px; width:161px}
.n4Tab .TabTitle .normal4{float:left; height:186px;  background:url(../images/list_nav5hover.jpg) no-repeat center top; text-align:center; color:#fff; margin-right:1px; width:161px}
.n4Tab .TabTitle .active4{float:left; height:186px;  background:url(../images/list_nav5.jpg) no-repeat center top; text-align:center; color:#fff; margin-right:1px; width:161px}
.n4Tab .TabTitle .normal5{float:left; height:186px;  background:url(../images/list_nav6hover.jpg) no-repeat center top; text-align:center; color:#fff; margin-right:1px; width:161px}
.n4Tab .TabTitle .active5{float:left; height:186px;  background:url(../images/list_nav6.jpg) no-repeat center top; text-align:center; color:#fff; margin-right:1px; width:161px}
.n4Tab .TabContent {padding-top:10px 0;}
.n4Tab .TabContent a:hover {text-decoration:none; background-color:#33545A;}
.none {display:none; padding-top:10px 0;}
.none a:hover { text-decoration:none; color:#F24BA3;}
