@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 eric*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.clear{
	clear:both;
}
/*body {
	line-height: 1;
}*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end*/

/*Clear float*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/*End*/

body {
	*behavior: url(csshover3.htc);
	background: #f2f2f2;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 12px;
}

#wrapper {
	width: 960px;
	margin: 10px auto 0 auto;
	text-align: left;
}
/*logo region*/
#logo {
	width: 960px;
	position: relative;
}
#logo .bookmark {
	position: absolute;
	right: 10px;
	top: 10px;
}

#logo .searchbox {
	position: absolute;
	right: 10px;
	bottom: 15px;
}

#logo .logo {
	float: left;
	display: block;
	width: 119px; height: 91px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/logo.gif) no-repeat center;
}
#logo h2 {
	font-size: 36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	text-indent: 0.3em;
}

#logo p  {
	font-size: 13px;
	font-weight: bold;
	text-indent: 1em;
}
#logo p a {
	color: #000;
	text-decoration: none;
}

#logo p a:hover {
	color: #028abc;
	text-decoration: underline;
}

#logo ul {
	position: absolute;
	top: 10px;
	right: 20px;
}

#logo ul li {
	display: inline;
	white-space: nowrap;
}

/*end*/
/*main navigation*/
#mainNav {
	width: 955px;
	height: 44px;
	padding-left: 5px;
	background: url(../images/dvdCopy-navl.gif) no-repeat left center;
}

#mainNav .lev1  {
	height: 44px;
	padding-right: 5px;
	background: url(../images/dvdCopy-navr.gif) no-repeat right center;
}

#mainNav .lev2 {
	height: 44px;
	padding-left: 35px;
	background: url(../images/dvdCopy-navm.gif) repeat-x;
}
div#mainNav ul.leve1st {
	list-style: none;
}
div#mainNav ul.leve1st li {
	float: left;
}

div#mainNav ul li {
	position: relative;
	z-index: 999;
}


div#mainNav ul ul {
	display: none;
}

div#mainNav ul li:hover ul {
	display: block;
}

div#mainNav ul.leve1st ul.leve2st {
	list-style: none;
	width: 121px;
	position: absolute;
	top: 42px;
	left: -3px;
	border: 1px solid #b1b1b1;
	border-width: 0px 1px 0px 1px;
}
div#mainNav ul.leve1st ul.leve2st li {
	border-bottom: 1px solid #b1b1b1;
	position: relative;
}

div#mainNav ul.leve1st ul.leve2st li a {
	margin: 0;
	padding-left: 5px;
	display: block;
	width: 116px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: #fff;
}

div#mainNav ul.leve1st ul.leve2st li a.sub {
	background: #fff url(../images/navArrow.gif) no-repeat 95% 50%;
}

div#mainNav ul.leve1st ul.leve2st li a:hover {
	background: #56ade6;
	color: #FFF;
}
div#mainNav ul.leve1st ul.leve2st li a.sub:hover {
	background: #56ADE6 url(../images/navArrow1.gif) no-repeat 95% 50%;
}

div#mainNav ul.leve1st ul.leve2st ul.leve3st {
	display: none;
	position: absolute;
	top: -1px;
	left: 121px;
	border: 1px solid #b1b1b1;
	border-width: 1px 1px 0px 1px;
}

div#mainNav ul.leve1st ul.leve2st li:hover ul.leve3st{
	display: block;
}

div#mainNav ul.leve1st ul.leve2st ul.leve3st li a {
	width: 160px;
}

/*end*/

#contert {
	float: left;
	width: 698px;
	background: #FFF;
	border: #b1b1b1 solid 1px;
}

/*footer area*/
#footer {
	clear: both;
	width: 960px;
	color:#666;
	padding: 12px 0px;
}

#footer a {
	color: #028abc;
	text-decoration: none;
	padding: 0 5px;
}
#footer a.speci {
	padding: 0;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .lori {
	float: right;
	width: 600px;
	text-align: right;
}

#footer .lolri {
	float: left;
	width: 360px;
}
#footer .lolri a.flogo {
	float: left;
	display: block;
	width: 37px;
	height: 37px;
	margin: 0 6px 0 0;
	text-indent: -8888em;
	background: url(../images/dvd_copy_logo.gif) no-repeat center;
	
}


/*end*/

#rightbar {
	float: right;
	width: 253px;
	border: #b1b1b1 solid 1px;
	background: #FFF;
}
#rightbar img.adt {
	margin: 9px 0px 15px 2px;
	
}

#banner {
	width: 960px;
	margin-bottom: 5px;
}
/*homepage index banner*/
#bannerexc {
	position: relative;
}

#bannerTop {
	width: 960px;
	padding: 282px 0 5px 0;
	position: relative;
}

#bannerh {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
}
#bannerh .masl {
	float: left;
	width: 698px;
	height: 280px;
}

#bannerh .masr {
	float: left;
	width: 262px;
	height: 280px;
}
.masr ul {
	list-style: none;
	width: 260px;
}
.masr ul li {
	list-style: none;
	height: 93px;
	background: url(../images/bannerr1.gif) repeat-x top left;
}
.masr ul li:hover {
	background: url(../images/bannerr2.gif) repeat-x top left;
	cursor: pointer;
}
.masr ul li div {
	position: relative;
}
.masr ul li div p {
	padding: 12px 10px 0px 10px;
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
}
.masr ul li div p span.price {
	color: #F00;
	font-size: 16px;
}

.masr ul li div p span.hti {
	font-size: 15px;
	color: #FFFF46;
}

.masr ul li div a.hinfo {
	float: right;
	display: block;
	width: 68px;
	height: 68px;
	background: url(../images/learn_more.gif) no-repeat;
	text-indent: -8888em;
}
.masr ul li div a.hbuy {
	float: right;
	display: block;
	width: 68px;
	height: 68px;
	background: url(../images/index_buy.gif) no-repeat;
	text-indent: -8888em;
}
.masr ul li div a.hdown {
	float: right;
	display: block;
	width: 68px;
	height: 68px;
	background: url(../images/index_down.gif) no-repeat;
	text-indent: -8888em;
}

.masr ul li:hover div p {
	color: #000;
}
.masr ul li:hover div a.hinfo {
	background: url(../images/learn_more1.gif) no-repeat;
}
.masr ul li:hover div a.hbuy {
	background: url(../images/index_buy1.gif) no-repeat;
}
.masr ul li:hover div a.hdown {
	background: url(../images/index_down1.gif) no-repeat;
}



#banner .cnel {
	float: left;
	width: 684px;
}
#banner .cnel h1,#banner .cnel h2 {
	padding-top: 184px;
	font-size: 16px;
	line-height: 1.2;
}
#banner .cnel h1 a,#banner .cnel h2 a {
	color: #000;
	text-decoration: none;
}
/*CloneDVD Banner*/
#banner .cnel .cdpic {
	width: 684px;
	background: url(../images/clonedvd_info.jpg) no-repeat top center;
}
/*End*/
/*DVD X Player Banner*/
#banner .cnel .dxp {
	width: 684px;
	background: url(../images/dvd_x_player_banner.jpg) no-repeat top center;
}
.cnel_txt{
	width:468px;
	float:left;
}
/*End*/
/*DVD Ghost Banner*/
#banner .cnel .dgh {
	width: 684px;
	background: url(../images/dvd_ghost_banner.jpg) no-repeat top center;
}
/*End*/
/*DVD iPod Banner*/
#banner .cnel .dvd2iPod {
	width: 684px;
	background: url(../images/dvd_to_iPod_converter_banner.jpg) no-repeat top center;
}
/*End*/
/*CloneDVD for Mobile Banner*/
#banner .cnel .clonedvd4mobile {
	width: 684px;
	background: url(../images/clonedvd_for_mobile_banner.jpg) no-repeat top center;
}
/*End*/
/*iPhone DiskAid*/
#banner .cnel .iphonediskaid {
	width: 684px;
	background: url(../images/iphone_diskaid_banner.jpg) no-repeat top center;
}
/*End*/
/*DVD PSP Banner*/
#banner .cnel .dvd2psp {
	width: 684px;
	background: url(../images/dvd_to_psp_converter_banner.jpg) no-repeat top center;
}
/*End*/
/*DVD 3GP Banner*/
#banner .cnel .dvd23gp {
	width: 684px;
	background: url(../images/dvd_to_3gp_converter_banner.jpg) no-repeat top center;
}
/*End*/
/*DVD Blackberry Banner*/
#banner .cnel .dvd2black {
	width: 684px;
	background: url(../images/dvd_to_blackberry_converter_banner.jpg) no-repeat top center;
}
/*End*/
/*DVD Utility Banner*/
#banner .cnel .dvdutility {
	width: 684px;
	background: url(../images/dvd_x_utilities_banner.jpg) no-repeat top center;
}
/*End*/
/*DVD X Video Banner*/
#banner .cnel .dvdxConverter {
	width: 684px;
	background: url(../images/video_x_converter_banner.jpg) no-repeat top center;
}
/*End*/
/*Video2iPod Banner*/
#banner .cnel .v2iConverter {
	width: 684px;
	background: url(../images/iPod_video_converter_banner.jpg) no-repeat top center;
}
/*End*/
/*Video2psp Banner*/
#banner .cnel .v2pConverter {
	width: 684px;
	background: url(../images/psp_video_converter_banner.jpg) no-repeat top center;
}
/*End*/
/*Video23gp Banner*/
#banner .cnel .v23gpConverter {
	width: 684px;
	background: url(../images/3gp_video_converter_banner.jpg) no-repeat top center;
}
/*End*/
/*Video23gp Banner*/
#banner .cnel .v2bbConverter {
	width: 684px;
	background: url(../images/blackberry_video_converter_banner.jpg) no-repeat top center;
}
/*End*/
/*DVD iPhone Banner*/
#banner .cnel .dvd2iPhone {
	width: 684px;
	background: url(../images/dvd_to_iphone_banner.jpg) no-repeat top center;
}
/*End*/

/*Video23gp Banner*/
#banner .cnel .audioDVD {
	width: 684px;
	background: url(../images/aundio_dvd_maker_banner.jpg) no-repeat top center;
}
/*End*/
/*discount pack Banner*/
#banner .cnel .disPack {
	width: 684px;
	background: url(../images/dvd_x_powerpack_banner.jpg) no-repeat top center;
}
#banner .cnel .blackberry_converter_suite {
	width: 684px;
	background: url(/images/blackberry_converter_suite_banner.jpg) no-repeat top center;
}

#banner .cnel .iPod_converter_suite {
	width: 684px;
	background: url(/images/iPod_converter_suite_banner.jpg) no-repeat top center;
}
#banner .cnel .psp_converter_suite {
	width: 684px;
	background: url(/images/psp_converter_suite_banner.jpg) no-repeat top center;
}
#banner .cnel .v3gpConverterSuite {
	width: 684px;
	background: url(/images/3gp_converter_suite_banner.jpg) no-repeat top center;
}

/*Video2iphone Banner*/
#banner .cnel .v2iphoneConverter {
	width: 684px;
	background: url(../images/iphone_video_converter_banner.jpg) no-repeat top center;
}

#banner .cnel .iphone_converter_suite {
	width: 684px;
	background: url(/images/iphone_converter_suite_banner.jpg) no-repeat top center;
}
/*End*/


/*Promotion area*/
.promotion {
	width: 100%;
	text-align: center;
}
.promotion img {
	display: block;
	margin: 6px auto
}
/*end*/

#banner .cner {
	float: right;
	width: 264px;
	padding: 7px 0;
	border: 1px solid #b1b1b1;
	background: #FFF;
	text-align:center;
}
.cner {
	float: right;
	width: 214px;
	padding: 7px 0;
	padding-bottom:20px;
	background:url(../images/line_2010.gif) no-repeat left center #FFF;
}
.cner .tu {
	text-align: center;
}
.cner .tu img {
	margin: 0 auto;
}
#neides .cner p {
	margin: 5px 20px;
	font-size: 14px;
	color:#333;
}
#neides .cner p .discount {
	color: #F00;
	font-size: 16px;
}
#neides .cner p .discountb {
	color: #F00;
	font-size: 18px;
}
#neides .cner p .sizep {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
#neides .cner p .discount span {
	color: #000;
	font-size: 15px;
	margin: 0;
	text-decoration: line-through;
}
/*Buy buynow download*/
.cner ul {
	 list-style: none;
	 padding: 5px 0 0 15px;
}

.cner ul.disn {
	text-align: center;
}

.cner ul.disn li {
	width: 119px;
	margin: 0 auto;
	float: none;
}
.cner ul li a.bannerdown {
	background: url(../images/Product_Info_download.gif) no-repeat top left;
}
.otherver{
	clear:both;
	border:1px solid #b0b0b0;
	background:#ededed;
	line-height:28px;
	color:#333;
	font-size:11px;
	margin:15px 25px;
}
.otherverin{
	padding:0 10px;
	border:1px solid #FFF;
	position:relative;
}
a.compare{
	display:block;
	width:190px;
	height:21px;
	left:439px;
	top:5px;
	*top:0px;
	position:absolute;
	text-indent:-10000px;
	background:url(../images/compare.gif) no-repeat;
}
.cner a {
	display: block;
	width: 119px;
	height: 27px;
	text-indent: -888em;
	margin:0 auto;
}

.cner a.bannerbuy {
	background: url(../images/Product_Info_buynow.gif) no-repeat top left;
}

.cner a.bannerbuy:hover {
	background-position:50% 95%;
}

/*End*/


#breadcrumb {
	clear: both;
	width: 950px;
	height: 26px;
	margin-left: 10px;
	color: #000;
	font-weight: bold;
	line-height: 22px;
	vertical-align: middle;
}

#breadcrumb a {
	text-decoration: none;
	color: #308ECD;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

.title {
	width: ;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	text-indent: 0.5em;
}
.title a {
	color: #000;
	text-decoration: none;
}

.dashline {
	border-bottom: #b1b1b1 solid 1px;
}
.dashline h5{
	font-size: 16px;
	color: #101010;
	font-weight: bold;
	padding-left:2px;
}
.recommend_font h5{
	font-size: 16px;
	color: #101010;
	font-weight: bold;
	padding-left:2px;
}

.key {
	float: left;
	width: 344px;
	display: inline;
	padding: 5px 0 5px 5px;
}
.key h3 a{
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

.key img {
	float: left;
	margin:0 8px 15px 0;
	display: inline;
}
.key p {
	color: #555;
	padding: 0 8px 8px 8px;
	line-height: 1.8;
}



/*Related Product*/
#reco {
	clear: both;
	width: 960px;
	margin-bottom: 5px;
}
#nlpl {
	width: 700px;
	float: left;
	text-align: left;
	border:1px solid #b1b1b1;
	background:#FFF;
}

#rlpl {
	float: right;
	width: 246px;
}
.product_list {
	padding:10px 0px;
	border:1px solid #b1b1b1;
	border-width:0 1px 1px 1px;
	background:#FFF;
}
.product_box {
	width:75px;
	float:left;
	text-align:center;
}
.product_infor {
	float:right;
	line-height:16px;
	width:165px;
	font-size:11px;
}
.product_infor h1 {
	color:#008cce;
	font-size:12px;
	padding-bottom:3px;
}
.product_infor a {
	color:#008cce;
	text-decoration:none;
}
.product_infor a:hover {
	text-decoration:underline;
}
.product_intro {
	background:url(../images/tline.gif) top no-repeat;
	padding-top:10px;
}
a.download_btn {
	display:block;
	text-decoration:none;
	background:url(../images/Product_down_btn.gif) no-repeat;
	width:150px;
	height:29px;
	margin-left:30px;
	color:#000;
	padding-left:100px;
	padding-top:29px;
	font-weight:bold;
}
a.link01 {
	color:#0487c4;
	text-decoration:none;
	font-size:14px;
}
a.link01:hover {
	color:#0487c4;
	text-decoration:none;
}
.relatedtitle {
	border:#b1b1b1 solid 1px;
	height:30px;
	width:243px;
}
#reco .recomt {
	float: left;
	width: 233px;
	height: 162px;
	padding-left: 5px;
	padding-right:2px;
	margin-bottom: 12px;
	background: url(../images/dvdcopy-t.gif) top left no-repeat;
}
#reco .recomtb {
	height: 162px;
	padding-right: 4px;
	background: url(../images/dvdcopy-b.gif) top right no-repeat;
}
#reco .recomtm {
	height: 162px;
	position: relative;
	background: url(../images/dvdcopy-m.gif) repeat-x top left;
}
#reco .recomtm h5 {
	font-size: 15px;
	color: #101010;
	font-weight: bold;
	padding-left:8px;
	padding-top:5px;
}

#reco .recomtm h5 a {
	text-decoration: none;
	color: #101010;
}
#reco .recomtm img {
	float: right;
	padding-top:12px;
}
#reco .recomtm p {
	color:#666;
	padding: 0px 8px 0px 8px;
	margin: 0;
	font-size: 12px;
}


/*End*/


#subNav {
	width: 960px;
}

#subNav ul {
	width: 930px;
	height: 36px;
	padding-left: 30px;
	list-style: none;
	background: url(../images/subNav.gif) repeat-x top left;
}

#subNav ul li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 0 0 -1px;
	border: 1px solid #b1b1b1;
	border-width: 0 1px;
}



#subNav ul li a {
	display: block;
	width: 126px;
	height: 36px;
	padding: 0 12px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-size: 12px;
	line-height: 36px;
	text-decoration: none;
}

#subNav ul li a:hover ,#subNav ul li a.menuOn {
	background: url(../images/subNav1.gif) repeat-x center;
	color: #000;
}


#neides {
	clear: both;
	width: 958px;
}

#neides p {
	margin: 5px 25px;
	color: #333;
	font-size: 11px;
	line-height:16px;
}
#neides p.title{
	display:block;
	margin: 0 25px;
	margin-top:20px;
	color: #444;
	font-size: 14px;
	line-height:20px;
	text-align: left;
	text-indent:0;
	background:url(../images/clondvd-for-mobile-ilcon-01.gif) left center no-repeat;
	/*padding-left:32px;*/
	width:500px;
}
#neides p.titlewidth{
	width:350px;
}
a.download_btn {
	display:block;
	text-decoration:none;
	background:url(../images/Product_down_btn.gif) no-repeat;
	width:150px;
	height:29px;
	margin-left:30px;
	color:#000;
	padding-left:100px;
	padding-top:29px;
	font-weight:bold;
}
#neides .prepend-top {
  margin-top: 2em;
}
.prepend-top3{
	margin-top:5px;
}
#neides h3 {
	font-size: 18px;
	padding: 8px 0 0px 22px;
}
#neides h2 {
	clear: both;
	font-size: 20px;
	padding: 8px 0 0px 22px;
	line-height:30px;
	font-weight:normal;
	color:#333;
}
#neides h2.one{
	display:block;
	width:400px;
	padding-left:25px;
}
#neides .hetop{
	color: #000;
	font-size: 1.5em;
	padding: 0 0 0 0.8em;
}

#neides h4, #neides h5, #neides h6 {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 0 23px;
}

/*product list*/
.plis {
	float: left;
	width: 475px;
	padding: 10px 2px 0px 2px;
}
.plis .tudes {
	float: left;
	width: 115px;
	text-align: center;
}
.plis .testdes {
	float: right;
	width: 360px;
}


.plis .testdes ul {
	list-style: none;
	margin: 5px 0 10px 8px;
}
.plis .testdes ul li {
	float: left;
	list-style: none;
}
.plis .testdes ul li a {
	display: block;
	width: 111px;
	height: 27px;
	text-indent: -8888em;
	background-position: left top;
	background-repeat: no-repeat;
}

.plis .testdes ul li a:hover{
	background-position: center 100%;
}

/*More Catagory*/
.pliss {
	float: left;
	width: 238px;
	padding: 10px 0;
}

.pliss ul.more-catagory {
	padding: 0 0 10px 20px;
}


/*End*/

.picr {
	float: right;
	margin: 5px;
	display: inline;
}
.picl {
	float: left;
	margin: 5px;
	display: inline;
}

#downloadRegion {
	width: 958px;
	background: #FFF;
	border: 1px solid #b1b1b1;
}
#downloadRegion table {
	border-collapse: collapse;
	width: 958px;
	text-align: center;
}
#downloadRegion table th {
	width: 135px;
	font-size: 16px;
	line-height: 1.5;
	padding: 5px 0;
}
#downloadRegion table td{
	height: 50px;
	vertical-align: middle;
	border: 1px solid #b1b1b1;
	border-width: 1px 0 0 0;
	border-collapse: collapse;
	font-size: 13px;
}

.solidborder {
	border: 1px solid #b1b1b1;
	border-width: 1px 0 0 0;
}
#downloadRegion table td a {
	color: #028abc;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#downloadRegion table tr:hover td {
	font-weight: bold;
	background: #F2F2F2;
}

#downloadRegion table td a:hover {
	text-decoration: underline;
}

#buyRegionr {
	float: right;
	width: 730px;
}


#buyRegionr .bbo {
	width: 100%;
	margin-bottom: 10px;

}

#buyRegionr .cco {
	width: 724px;
	border: 1px solid #b1b1b1;
	background: #FFF;
}

.ccotop {
	padding: 0 20px 20px;
}

.ccotop p {
	padding: 20px 0 0 0;
}

.ccotop img {
	float: right;
}
.ccop {
	padding: 10px;
}
.ccop p {
	color: #555;
	font-size: 13px;
	margin: 0 0 15px 0;
}


#buyRegionl {
	float: left;
	width: 223px;
	background: #FFF;
	border: 1px solid #b1b1b1;
}
.theader {
	
	height: 28px;
	background: url(../images/list_background.gif) top left repeat-x;
}
.theader h5{
	font-size: 15px;
	line-height: 26px;
	color: #101010;
	vertical-align: middle;
}

#buyRegionl ul.ql {
	list-style: none;
	text-align: center;
}

#buyRegionl ul.ql li {
	list-style: none;
	width: 210px;
	height: 28px;
	text-align: left;
	padding-left: 13px;
	border-top: 1px solid #b1b1b1;
}

#buyRegionl ul.ql li.ahe {
	font-size: 14px;
	line-height: 28px;
	color: #101010;
	font-weight: bold;
	vertical-align: middle;
	background: url(../images/list_background.gif) top left repeat-x;
}
#buyRegionl ul.ql li a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #308ECD;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
	text-decoration: none;
}
#buyRegionl ul.ql li a:hover {
	text-decoration: underline;
}

#buyRegionl ul.ql li:hover {
	background: #F2F2F2;
}


#buyRegionr table {
	border-collapse: collapse;
	width: 724px;
	text-align: center;
}
#buyRegionr table th {
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
}
#buyRegionr table td {
	vertical-align: middle;
	border: 1px solid #b1b1b1;
	border-width: 1px 0 0 0;
	border-collapse: collapse;
	font-size: 12px;
	padding: 6px 0;
}

span.orig {
	font-weight: bold;
	text-decoration: line-through;
}
span.discount {
	font-size: 15px;
	font-weight: bold;
	color: #F00;
}

#buyRegionr table td img {
	display: block;
	margin: 0 auto;
}

#buyRegionr table td a {
	color: #028abc;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#buyRegionr table tr.odd td {
	background: #F8F8F8;
}

#buyRegionr table td a:hover {
	text-decoration: underline;
}


/*links*/
a.default {
	color: #028abc;
	text-decoration: none;
}
a.default:hover {
	text-decoration: underline;
}

div#mainNav ul.leve1st li a {
	margin-top: 1px;
	margin-left: -3px;
	display: block;
	width: 113px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background: url(../images/navButton.gif) no-repeat top left;
}
div#mainNav ul.leve1st li a.downA {
	background: url(../images/navButton2.gif) no-repeat top left;
}

div#mainNav ul.leve1st li a:hover {
	background-position: center;
}

div#mainNav ul.leve1st li a.menuOn {
	margin-left: -2px;
	background-position: bottom left;
}

.p01 {
	background: url(../images/dvd_copy_p0.gif);
}
.p02 {
	background: url(../images/dvd_copy_p1.gif);
	
}
.p03 {
	background: url(../images/dvd_copy_p2.gif);
}



.prodow {
	background: url(../images/download_icon.gif) no-repeat top right;
	padding-right: 18px;
}


.Arrowahead {
	background: url(../images/arrowhead.gif) no-repeat 95% 63%;
	padding-right: 16px;
}

.related_info {
	background: url(../images/new_info.gif) no-repeat left center;
	padding-left: 22px;
}

.related_down {
	background: url(../images/new_download.gif) no-repeat left center;
	padding-left: 22px;
}

.related_buy {
	background: url(../images/new_buynow.gif) no-repeat left center;
	padding-left: 22px;
}


/*end links*/

/*system requir table*/
#neides table {
	margin:0 25px;
	text-indent: 1.2em;
}

#neides table td {
	border: 1px solid #999;
	padding: 5px 0;
	font-size: 12px;
}
#neides table tr.text td {
	background: #F8F8F8;
}

/*end*/


/*special pack*/
.spec1 {
	margin: 0;
}
ul.news {
	list-style: none;
}
ul.news li {
	margin: 5px 10px;
}
ul.news li p {
	color: #555;
}

ul.related {
	list-style: none;
}
ul.related li {
	
	margin: 5px 0 0px 5px;
}

.ccotop .iif {
	float: none;
}
.istar {
	background: url(../images/list_arrowhead.gif) no-repeat left center;
	padding-left: 10px;
}
.cle {
	clear: both;
}
.external {
	background: url(../images/externalLink.gif) no-repeat right top; padding-right:10px;
}
.support_logo{
	border:1px solid #bfbfbf;
	border-top:none;
	background:#FFF;
	padding:10px 0;
	text-align:center;
}
.needhelp{
	padding:10px;
	border:1px solid #bfbfbf;
	border-top:none;
}
/*end*/
