/* CSS Document */

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.fl{
	float:left;
}

.fr {
	float:right;
}

.clear {
	clear:both;
}

img {
	border:0;
}

form {
	margin:0;
}

a{
	outline:none;
}

.gap6 {
	width:6px;
	height:6px;
	font-size:0;
}

.gap10 {
	width:10px;
	height:10px;
	font-size:1px;
}

.gap12 {
	width:12px;
	height:12px;
	font-size:1px;
}


.gap15 {
	width:15px;
	height:15px;
}

.gap20 {
	width:20px;
	height:20px;
}

.gap50 {
	width:50px;
	height:50px;
}

.gap100 {
	width:100px;
	height:100px;
}

pre{
	margin:0;
}

p{
	margin:0;
}

#wrapper {
	width:980px;
	margin:auto;
}

/* HEADER */
#header {
	height:110px;
}

	.logo {
		width:110px;
	}
	
	#menu {
		width:870px;
	}
	
	.menu-top {
		height:30px;
		font-size:11px;
		color:#666666;
	}
	
	.menu-top div {
		float:right;
		width:80px;
		margin-top:12px;
	}
	
	.menu-top .login {
		margin-right:50px;
	}
	
	.menu-top a {
		color:#666666;
		text-decoration:none;
	}
	
	.menu-top a:hover {
		color:#000000;
		text-decoration:underline;
	}
	
	.menu-main {
		width:100%;
		height:41px;
		background:transparent url(../images/menu-bg.jpg) 0 0 repeat-x;
	}
	
		.menu-main ul {
			margin:0;
			padding:0;
		}
		
		.menu-main ul li{
			margin:0;
			padding:0 20px;
			float:left;
			list-style:none;
			line-height:39px;
			background:transparent url(../images/menu-separator.gif) 100% 0 no-repeat;
		}
		
		.menu-main ul li.nobg{
			background:none;
		}
		
		.menu-main a {
			font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#808080;
			text-decoration:none;
		}
		
		.menu-main a:hover {
			color:#000000;
		}
		
		.menu-main .search {
			width:260px;
			height:41px;
			float:right;
			background:transparent url(../images/search-bg.gif) 0 9px no-repeat;
			margin-right:10px;
		}
		
		.menu-main .search .searchTextbox{
			width:215px;
			float:right;
			margin:12px 10px 0 0;
			border:none;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#808080;
			background:none;
		}
		.menu-main .search .searchBtn{
			margin:12px 0px 0px 8px;
			background:transparent url(../images/search.gif) 0 0 no-repeat;			
			width:22px;
			height:19px;
			border:0;			
			
		}
		
		.menu-main div.hide {
			display:none;
		}
		
		/* SUBMENU */
		div.subMenuContent {
			height:41px;
		}
		
		div.subMenuContent ul {
			margin:0;
			padding:0;
		}
		
		div.subMenuContent ul li{
			margin:0;
			padding:0 20px;
			float:left;
			list-style:none;
			line-height:39px;
			background:transparent url(../images/menu-separator.gif) 100% 0 no-repeat;
		}
		
		div.subMenuContent ul li.nobg{
			background:none;
		}
		
		div.subMenuContent a {
			font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#808080;
			text-decoration:none;
		}
		
		div.subMenuContent a:hover {
			color:#000000;
		}
		
		div.subMenuContent ul.menu3{
			_width:292px;
			height:41px;
			background:transparent url(../images/menu_hover.gif) 0 0 repeat-x;
		}
		
		div.subMenuContent ul.menu2{
			_width:553px;
			height:37px;
			background:transparent url(../images/menu2_sub.gif) 0 0 repeat-x;
		}
		
		div.subMenuContent ul.menu2 li a{
			font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#FFFFFF;
			text-decoration:none;
		}
		
		div.subMenuContent ul.menu2 li a:hover{
			color:#000000;
		}
		
		div.subMenuContent ul.menu2 li{
			margin:0;
			padding:0 20px;
			float:left;
			list-style:none;
			line-height:35px;
			background:transparent url(../images/menu-separator.gif) 100% 0 no-repeat;
		}
		
		div.subMenuContent ul.menu2 li.nobg{
			background:none;
		}
		/* /SUBMENU */
/* /HEADER */

/* CONTENTS */
#contents {
	margin:20px auto;
}

	.pane-left {
		width:23%;
		float:left;
	}
	
		.pane-left div.welcome {
			width:221px;
			background:#808285 url(../images/left-pane-bg.gif) 0 39px repeat-x;
		}
		
		.pane-left div .top {
			height:39px;
			background:transparent url(../images/left-pane-top-bg.jpg) 0 0 no-repeat;
		}
		
		.pane-left div .content-mid {
			background:none;
			_height:507px;
			_height:503px;
			padding-top:8px;
		}
		
		.pane-left div .bottom {
			height:12px;
			font-size:0px;
			background:transparent url(../images/left-pane-bot-bg.jpg) 0 0 no-repeat;
			text-align:center;
			color:#FFFFFF;
			
		}
				
		.pane-left div .bottom .paypal{
			margin-left:18px;
		}
		
		.pane-left h1 {
			font-size:18px;
			color:#FFFFFF;
			font-weight:normal;
			text-align:center;
			line-height:36px;
		}
		
		.pane-left .normal-text {
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
			color:#4d4d4d;
		}
		
		.pane-left .normal-text p{
			padding:8px 5px 8px 15px;
		}
		
		.pane-left .normal-text p.available{
			padding:8px 0 8px 0;
			font-size:13px;
			text-align:center;
			font-weight: bold;			
		}
		
		.pane-left .normal-text p.available span{
			font-size:11px;
		}
		
		.pane-left .normal-text div.pd_img{
			background:transparent url(../images/pd_left.png) 0 0 no-repeat;
			padding:73px 0 15px 0;
			text-align:center;
			_background:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/pd_left.png', sizingMethod='crop');
		}
		
		.pane-left .normal-text .hr_line{
			background-color:#FFFFFF;
			height:2px;
			width:200px;
			font-size:0;
			margin-left:10px;
		}
		
		.pane-left .normal-text .integrated{
			text-align:center;
			font-size:12px;
			color:#FFFFFF;
			padding:13px 0 15px 0;
		}
		
		.pane-left .normal-text .images{
			background:none;
			text-align:center;
		}
		
		.pane-left .normal-text .images .youtube{
			margin-left:11px;
		}
		
		.pane-left .normal-text .images .coming{
			margin-left:18px;
		}
		
		.pane-left .normal-text .images .picasa{
			margin-top:5px;
		}
		

		.pane-left div.welcome .beta {
			background:transparent url(../images/beta.png) 0 0 no-repeat;
			position:absolute;
			_background:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/beta.png', sizingMethod='crop');
			top:0px;
			left:0px;
			height:70px;
			width:70px;
		}
	
	.pane-right {
		width:76%;
		float:right;
	}
	
		.pane-right .link_txt {
			width:337px;
			text-align:justify;
			float:left;
		}
		
		.pane-right .link_txt a.font_16 {
			font-size:16px;
			color:#000000;
			text-decoration:none;
		}
		
		.pane-right .link_txt a.font_12 {
			font-size:12px;
			color:#000000;
			text-decoration:none;
		}
		
		.pane-right .link_txt a.font_18 {
			font-size:18px;
			color:#000000;
			text-decoration:none;
		}
		
		.pane-right .link_txt a.font_14 {
			font-size:14px;
			color:#000000;
			text-decoration:none;
		}
		
		.pane-right .link_txt a.font_20 {
			font-size:20px;
			color:#000000;
			text-decoration:none;
		}
		
		.pane-right .link_txt a.font_24 {
			font-size:24px;
			color:#000000;
			text-decoration:none;
		}
		
		.pane-right .link_txt a.font_11 {
			font-size:11px;
			color:#000000;
			text-decoration:none;
		}
		
		.pane-right .link_txt a.font_10 {
			font-size:10px;
			color:#000000;
			text-decoration:none;
		}
		
		.pane-right .link_txt a.font_17 {
			font-size:17px;
			color:#000000;
			text-decoration:none;
		}
		
		.pane-right .link_txt a.font_24 {
			font-size:24px;
			color:#000000;
			text-decoration:none;
		}
		
		.pane-right .link_txt a:hover{
			text-decoration:underline;
		}
		
		.pane-right .flash_gadget{
			padding-top:8px;
		}
		
		.pane-right .seller_buyers{
			position:relative;
		}
		
		.pane-right .zo_zo{
			position:absolute;
			bottom:10px;
			_bottom:212px;
			right:36%;
			background:transparent url(../images/zo_1.png) 0 0 no-repeat;
			_background:none;
			height:152px;
			width:189px;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/zo_1.png', sizingMethod='crop');
		}
		
		.pane-right .sellers{
			float:left;
			width:367px;
			background:transparent url(../images/text_bg.gif) 0 51px repeat-x;
		}
		
		.pane-right .sellers .now_accepting{
			background:transparent url(../images/now_accepting.png) 0 0 no-repeat;
			height:83px;
			width:83px;
			position:absolute;
			top:1px;
			left:1px;
			_background:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/now_accepting.png', sizingMethod='crop');
		}
		
		.pane-right .sellers p{
			margin:0;
		}
		
		.pane-right .sellers p.licensors{
			background:transparent url(../images/licenser_bg.gif) 0 0 no-repeat;
			height:38px;
			font-size:22px;
			color:#FFFFFF;
			text-align:center;
			padding-top:13px;
		}
		
		.pane-right .sellers div.desc{
			color:#333333;
			font-size:14px;
			padding:8px 11px 0 11px;
			border-bottom:0;
			border-top:0;
			height:310px;
			background:transparent url(../images/seller_bg.gif) 0 0 no-repeat;	
		}
		
		.pane-right .sellers div.desc p{
			padding-bottom:14px;
		}
		
		
		
		.pane-right .zo-left {
			float:right;
			margin:-1px -11px 0 10px;
			visibility:hidden;
		}
		
		.pane-right .zo-right {
			float:left;
			margin:15px 0 0 -10px;
			visibility:hidden;
		}
		
		.pane-right .buyers{
			float:left;
			width:367px;
		}
			
		.pane-right .buyers .available_soon{
			background:transparent url(../images/available_soon.png) 0 0 no-repeat;
			height:83px;
			width:83px;
			position:absolute;
			top:1px;
			left:1px;
			_background:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/available_soon.png', sizingMethod='crop');
		}
	
		.pane-right .buyers p{
			margin:0;
		}
		
		.pane-right .buyers .top_corner{
			background:transparent url(../images/blue_corner.gif) 0 0 no-repeat;
			height:12px;
			font-size:1px;
		}
		
		.pane-right .buyers p.licensors{
			background:transparent url(../images/buyer_bg1.gif) 0 0 no-repeat;
			height:38px;
			font-size:22px;
			color:#FFFFFF;
			text-align:center;
			padding-top:13px;
		}
		
		.pane-right .buyers div.desc{
			color:#333333;
			font-size:14px;
			padding:8px 11px 0 11px;
			height:310px;
			background:transparent url(../images/buyer_bg.gif) 0 0 no-repeat;	
		}
		
		.pane-right .buyers div.desc p{
			padding-bottom:14px;
		}
		
		.pane-right .buyers .btm_corner{
			background:transparent url(../images/btm_corner4.gif) 0 0 no-repeat;
			height:11px;
			font-size:1px;
		}
		
		.pane-right .three_btns{
			text-align:center;
			padding-top:30px;
		}
		
		
/* /CONTENTS */

/* FOOTER */
#footer {
	font-size:11px;
	color:#666666;
}
	
	#footer .footer-links {
		width:70%;
		float:left;
	}
	
	#footer a {
		color:#666666;
		text-decoration:none;
		margin:0 6px;
	}
	
	#footer a:hover {
		color:#000000;
		text-decoration:underline;
	}
	
	.copyright {
		width:30%;
		float:right;
		text-align:right;
	}
/* /FOOTER */
#footer {
	font-size:11px;
	color:#666666;
}
	
	#footer .footer-links {
		width:70%;
		float:left;
	}
	
	#footer a {
		color:#666666;
		text-decoration:none;
		margin:0 6px;
	}
	
	#footer a:hover {
		color:#000000;
		text-decoration:underline;
	}
	
	.copyright {
		width:30%;
		float:right;
		text-align:right;
	}
	
/* FOOTER */

span.req{
	display:inline;
	float:none;
	color:red !important;
	font-weight:bold;
	margin:0;
	padding:0;
}

.flash_success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
	padding:10px;
}

.flash_error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
	padding:10px;
}

.flash_success div, .flash_error div {
	text-align:center;
	font-weight:bold;
	font-size:15px;
}