@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;
}
/*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 region*/
#logo {
	width: 960px;
	position: relative;
}
#logo .bookmark {
	position: absolute;
	right: 10px;
	top: 10px;
}

#logo .searchbox {
	position: absolute;
	right: 10px;
	bottom: 15px;
}

#logo a.logo {
	float: left;
	display: block;
	width: 91px; height: 91px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/logo.gif) no-repeat center;
}
#logo h2,#logo h1 {
	font-size: 36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	text-indent: 0.3em;
}
#logo h1 span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-indent: 1em;
	*text-indent: 0.4em;
}
#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;
}


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;
}
#banner .masl {
	float: left;
	width: 698px;
	height: 280px;
	background: url(../images/clonedvd-dvd-copy.jpg) no-repeat top left;
}

#banner .masr {
	float: left;
	width: 262px;
	height: 280px;
}
#banner .cnel {
	float: left;
	width: 684px;
}
#banner .cnel h1 {
	padding-top: 184px;
	font-size: 16px;
	line-height: 1.2;
}
#banner .cnel h1 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;
}
/*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*/
/*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*/
/*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 .suits {
	width: 684px;
	background: url(/images/suitis.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;
}
#banner .cner .tu {
	text-align: center;
}
#banner .cner .tu img {
	margin: 0 auto;
}
#banner .cner p {
	margin: 0 20px;
	border-bottom: 1px solid #b1b1b1;
	font-size: 14px;
}
#banner .cner p .discount {
	color: #F00;
	font-size: 18px;
	margin-left: 62px;
}
#banner .cner p .discountb {
	color: #F00;
	font-size: 18px;
}
#banner .cner p .sizep {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-left: 62px;
}
#banner .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 li {
	float: left;
}
.cner ul.disn {
	text-align: center;
}

.cner ul.disn li {
	width: 119px;
	margin: 0 auto;
	float: none;
}

.cner ul li a {
	display: block;
	width: 119px;
	height: 27px;
	text-indent: -888em;
}

.cner ul li a.bannerbuy {
	background: url(../images/Product_Info_buynow.gif) no-repeat top left;
}

.cner ul li a.bannerdown {
	background: url(../images/Product_Info_download.gif) no-repeat top left;
}

.cner ul li a.bannerbuy:hover ,.cner ul li a.bannerdown:hover {
	background-position:50% 95%;
}
/*End*/

#banner .masl p.des {
	padding: 99px 0px 0px 40px;
	color: #FFF;
	font-size: 16px;
	line-height: 1.5;
}

#banner .masr ul {
	list-style: none;
	width: 260px;
}
#banner .masr ul li {
	list-style: none;
	height: 93px;
	background: url(../images/bannerr1.gif) repeat-x top left;
}
#banner .masr ul li:hover {
	background: url(../images/bannerr2.gif) repeat-x top left;
}
#banner .masr ul li div {
	position: relative;
}
#banner .masr ul li div p {
	padding: 12px 10px 0px 10px;
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
}
#banner .masr ul li div p span.price {
	color: #F00;
	font-size: 16px;
}

#banner .masr ul li div p span.hti {
	font-size: 15px;
	color: #FFFF46;
}

#banner .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;
}
#banner .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;
}
#banner .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;
}

#banner .masr ul li:hover div p {
	color: #000;
}
#banner .masr ul li:hover div a.hinfo {
	background: url(../images/learn_more1.gif) no-repeat;
}
#banner .masr ul li:hover div a.hbuy {
	background: url(../images/index_buy1.gif) no-repeat;
}
#banner .masr ul li:hover div a.hdown {
	background: url(../images/index_down1.gif) no-repeat;
}


#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: 100%;
	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;
}
#reco .recomt {
	float: left;
	width: 233px;
	height: 162px;
	padding-left: 5px;
	padding-right:2px;
	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;
}

/*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: 150px;
	height: 36px;
	padding: 0 15px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-size: 16px;
	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;
	font-weight: bold;
}
#neides {
	clear: both;
	background: #FFF;
	width: 958px;
	border: 1px solid #b1b1b1;
}

#neides p {
	margin: 5px 25px;
	color: #666;
	font-size: 13px;
}


#neides h3 {
	font-size: 18px;
	padding: 8px 0 0px 22px;
}
#neides h2 {
	clear: both;
	color: #308ECD;
	font-size: 20px;
	padding: 8px 0 0px 22px;
}

#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 {
	width: 100%;
	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: #FFF;
	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 {
	width: 100%;
	*margin-left: -1px;
	text-indent: 4.1em;
}

#neides table td {
	border: 1px solid #999;
	border-width: 1px 0 1px 1px;
	padding: 16px 0;
	font-size: 16px;
}
#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;
}

/*end*/