/* CSS Document */

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

.error-message{
	color:#FF0000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;

}

.fl{
	float:left;
}

.fr {
	float:right;
}

.clear {
	clear:both;
}

img {
	border:0;
}

form {
	margin:0;
}

.gap5 {
	width:5px;
	height:5px;
	font-size:0px;
}

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

.gap8 {
	width:8px;
	height:8px;
	font-size:0px;
}

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


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

.gap16 {
	width:16px;
	height:16px;
}

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

.gap28{
	width:28px;
	height:28px;
}

.gap34{
	width:34px;
	height:34px;
}

.gap46{
	width:46px;
	height:46px;
}

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

.gap36 {
	width:36px;
	height:36px;
}

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

a, form, textarea, input, select {
	outline:none;
}

#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, .selectedMenu a {
			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;
}

#contents .blue_password {
	width:382px;
	margin:auto;
}

#contents .blue_password .blue_left_corner{
	background:transparent url(../images/left_corner_1.gif) 0 0 no-repeat;
	width:18px;
	height:48px;
	float:left;
}

#contents .blue_password .blue_center_repeat{
	background:transparent url(../images/center_repeat_1.gif) 0 0 repeat-x;
	height:36px;
	float:left;
	width:346px;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:12px;
}

#contents .blue_password .blue_right_corner{
	background:transparent url(../images/right_corner_1.gif) 0 0 no-repeat;
	width:18px;
	height:48px;
	float:left;
}

#contents .blue_password .box_1{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	border:3px solid #C2C2C2;
	padding:0px 12px 14px 9px;
	text-transform:none;
}

#contents .blue_password .box_1 .continue{
	background:transparent url(../images/continue.jpg) 0 0 no-repeat;
	width:75px;
	height:26px;
	border:0;
	cursor:pointer;
}

#contents .blue_password .box_1 p{
	padding:2px 0px 2px 10px;
	text-transform:none;
}

#contents .account {
	width:682px;
	margin:auto;
}

#contents .blue_account {
	width:582px;
	margin:auto;
}

#contents .account p{
	margin:0;
}

#contents .account .left_corner{
	background:transparent url(../images/left_corner.gif) 0 0 no-repeat;
	width:21px;
	height:36px;
	float:left;
}

#contents .blue_account .blue_left_corner{
	background:transparent url(../images/left_corner_1.gif) 0 0 no-repeat;
	width:18px;
	height:48px;
	float:left;
}

#contents .account .center_repeat{
	background:transparent url(../images/center_repeat.gif) 0 0 repeat-x;
	height:24px;
	float:left;
	width:623px;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:12px;
}

#contents .blue_account .blue_center_repeat{
	background:transparent url(../images/center_repeat_1.gif) 0 0 repeat-x;
	height:36px;
	float:left;
	width:546px;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:12px;
}

#contents .account .right_corner{
	background:transparent url(../images/right_corner.gif) 0 0 no-repeat;
	width:38px;
	height:36px;
	float:left;
}

#contents .blue_account .blue_right_corner{
	background:transparent url(../images/right_corner_1.gif) 0 0 no-repeat;
	width:18px;
	height:48px;
	float:left;
}


#contents .account .box_1{
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	border:2px solid #39b54a;
	padding:0px 12px 14px 9px;
}

#contents .blue_account .box_1{
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	border:3px solid #C2C2C2;
	padding:0px 12px 14px 9px;
}

#contents .blue_account .box_1 .continue{
	background:transparent url(../images/continue.jpg) 0 0 no-repeat;
	width:151px;
	height:56px;
	border:0;
	cursor:pointer;
}

#contents .account .box_1 a{
	color:#000000;
}

#contents .account .box_1 a:hover{
	text-decoration:none;
}

#contents .account .box_1 p{
	padding:8px 0 8px 0;
}

#contents .blue_account .box_1 p{
	padding:8px 0px 8px 100px;
}

#contents .account .box_1 ul{
	margin:0;
	padding:0 0 0 50px;
}

#contents .account .box_1 ul li.paypal{
	color:#FF0000;
}

#contents .account .box_1 ul li.paypal a{
	color:#FF0000;
}

#contents .account .options{
	float:left;
	padding:12px 0 0 30px;
}

#contents .account p.Peer_deal_txt{
	width:339px;
	float:left;
	margin:4px 0 0 130px;
}

#contents .account .inp_txt{
	width:230px;
	height:17px;
}

#contents .account .inp_zip{
	width:90px;
	height:17px;
}

#contents .account .inp_tele2{
	width:70px;
	height:17px;
}

#contents .account .inp_tele{
	width:27px;
	height:17px;
}

#contents .account .inp_ext{
	width:40px;
	height:17px;
}

#contents .account .inp_year{
	width:55px;
}

#contents .account .inp_capcha{
	width:46px;
	margin-left:40px;
}

#contents .account .form{
	padding-left:12px;
}

#contents .account .state{
	width:165px;
}

#contents .account .country{
	width:128px;
}

#contents .account .pick{
	width:234px;
}

#contents .account .month{
	width:90px;
}

#contents .account .day{
	width:80px;
}

#contents .account span{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#contents .account span a.link{
	color:#240a9b;
}

#contents .account a.link{
	color:#240a9b;
}

#contents .account a.link{
	color:#240a9b;
	text-decoration:none;
}

#contents .account a.link:hover{
	text-decoration:underline;
}

#contents .account .agree{
	padding-top:3px;
}

#contents .account .agree ul{
	margin:0;
	padding:0 0 0 30px;
}

#contents .account .continue{
	margin-top:20px;
}

#contents .account a.help{
	display:block;
	margin:9px 0 0 0;
}

/* BROWSE AND LICENSE */

#contents .asset_detail{
	width:100%;
}

#contents .asset_detail p{
	margin:0;
}

#contents .asset_detail p.choose{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0071bb;
	font-weight:bold;
	float:right;
	padding-top:8px;
}

#contents .asset_detail .tabs{
	float:right;
	padding:0 34px 4px 15px;
}

#contents .asset_detail .tabs ul{
	margin:0;
	padding:0;
}

#contents .asset_detail .tabs ul li{
	list-style-type:none;
	float:left;
}

#contents .asset_detail .tabs ul li a.one{
	background:transparent url(../../img/1.jpg) 0 0px no-repeat;
	width:115px;
	height:42px;
	float:left;
	display:block;
}

#contents .asset_detail .tabs ul li a.two{
	background:transparent url(../../img/2.jpg) 0 0px no-repeat;
	width:115px;
	height:42px;
	float:left;
	display:block;
}

#contents .asset_detail .tabs ul li a.three{
	background:transparent url(../../img/3.jpg) 0 0px no-repeat;
	width:115px;
	height:42px;
	float:left;
	display:block;
}

#contents .asset_detail .tabs ul li a:hover{
	background-position:0 0px;
}

#contents .asset_detail .left_corner{
	background:transparent url(../images/left_corner_1.gif) 0 0 no-repeat;
	width:18px;
	height:48px;
	float:left;
}

#contents .asset_detail .right_corner{
	background:transparent url(../images/right_corner_1.gif) 0 0 no-repeat;
	width:18px;
	height:48px;
	float:left;
}

#contents .asset_detail .center_repeat{
	background:transparent url(../images/center_repeat_1.gif) 0 0 repeat-x;
	width:944px;
	height:48px;
	float:left;
}

#contents .asset_detail .center_repeat p{
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	padding-top:13px;
}

#contents .asset_detail .center_repeat p.media{
	float:right;
	padding-right:40px;
}

#contents .asset_detail .box{
	border:2px solid #0071bb;
	border-top:0;
	padding-bottom:30px;
}

#contents .asset_detail .flash_player{
	padding:12px 0 0 26px;
}

#contents .asset_detail a.click{
	background:transparent url(../images/more_info.gif) 0 bottom no-repeat;
	padding-left:35px;
	display:block;
	margin:8px 0 0 26px;
	color:#009145;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}

#contents .asset_detail a.click:hover{
	text-decoration:underline;
}

#contents .asset_detail .vid_desc{
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:720px;
	padding:12px 0 0 29px;
	font-size:13px;
	color:#231f20;
}

#contents .asset_detail .vid_desc .top_corner{
	background:transparent url(../images/top_corner.gif) 0 0 no-repeat;
	height:13px;
	font-size:1px;
}

#contents .asset_detail .vid_desc .center_repeat2{
	background:transparent url(../images/center_repeat_2.gif) 0 0 repeat-y;
}

#contents .asset_detail .vid_desc .bottom_corner{
	background:transparent url(../images/bottom_corner.gif) 0 0 no-repeat;
	height:13px;
	font-size:1px;
}

#contents .asset_detail .vid_desc p{
	line-height:22px;
	padding-left:18px;
}

#contents .asset_detail .vid_desc p.youtube{
	font-size:10px;
}

#contents .asset_detail .vid_desc p.youtube1{
	font-size:10px;
	padding-left:9px;
}

#contents .asset_detail .vid_desc a.star{
	background:transparent url(../images/star.gif) 40% 0 no-repeat;
	width:79px;
	height:14px;
	display:block;
	float:left;
	margin:4px 0 0 9px;
}

#contents .asset_detail .vid_desc a.ratings{
	background:transparent url(../images/ratings.gif) 20% 0 no-repeat;
	width:86px;
	height:17px;
	display:block;
	float:left;
	margin:4px 0 0 9px;
}

#contents .asset_detail .vid_desc .owner{
	text-decoration:underline;
}

#contents .asset_detail .vid_desc .owner_txt{
	font-size:12px;
}

#contents .asset_detail .vid_desc .inp_link{
	width:227px;
}

#contents .asset_detail .vid_desc .copy{
	background:transparent url(../images/copy.gif) 0 0 no-repeat;
	width:38px;
	height:26px;
	border:0;
	cursor:pointer;
}

#contents .asset_detail .vid_desc .title{
	float:left;
}

#contents .asset_detail .vid_desc .title p{
	line-height:23px;
}

#contents .asset_detail .vid_desc p.captured{
	width:438px;
	float:left;
}

#contents .asset_detail .vid_desc .circle{
	background:transparent url(../images/circle.gif) 0 0 no-repeat;
	width:109px;
	height:40px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	padding-top:8px;
	position:relative;
	top:-50px;
	left:40px;
}

#contents .asset_detail .vid_desc p.flag{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-top:3px;
}

#contents .asset_detail .vid_desc p.flag a{
	color:#ff0000;
}

#contents .asset_detail .vid_desc p.flag a:hover{
	text-decoration:none;
}

#contents .asset_detail .choose_options{
	width:922px;
	margin:auto;
}

#contents .asset_detail .choose_options p.choose{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#000000;
	float:left;
	width:200px;
	text-align:center;
}

#contents .asset_detail .choose_options p.tab{
	background:transparent url(../images/tab.gif) 0 0 no-repeat;
	width:131px;
	height:27px;
	float:left;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding-top:8px;
}

#contents .asset_detail .choose_options .left_corner_n{
	background:transparent url(../images/left_corner_2.gif) 0 0 no-repeat;
	width:17px;
	height:35px;
	float:left;
}

#contents .asset_detail .choose_options .center_repeat_n{
	background:transparent url(../images/center_repeat_3.gif) 0 0 repeat-x;
	height:27px;
	float:left;
	width:295px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding-top:8px;
}

#contents .asset_detail .choose_options .center_repeat_n p.notes{
	padding-left:120px;
} 

#contents .asset_detail .choose_options .center_repeat_n p.help{
	position:relative;
	left:115px;
}

#contents .asset_detail .choose_options .right_corner_n{
	background:transparent url(../images/right_corner_2.gif) 0 0 no-repeat;
	width:17px;
	height:35px;
	float:left;
}

#contents .asset_detail .list_view{
	border:1px solid #000000;
}

#contents .asset_detail .list_view .number{
	background:transparent url(../images/number_bg.gif) 0 0 repeat-y;
	width:52px;
	height:64px;
	float:left;
	text-align:center;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#FFFFFF;
	padding:6px 0 0 0;
}

#contents .asset_detail .list_view p.txt_rights{
	width:147px;
	height:45px;
	border-right:1px solid #000000;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-align:center;
	padding:25px 0 0 0;
}

#contents .asset_detail .list_view .radio{
	width:130px;
	text-align:center;
	border-right:1px solid #000000;
	float:left;
	height:20px;
	padding:22px 0 28px 0;
}

#contents .asset_detail .list_view .select{
	width:130px;
	text-align:center;
	border-right:1px solid #000000;
	float:left;
	height:20px;
	padding:22px 0 28px 0;
	_padding:22px 0 26px 0;
}

#contents .asset_detail .list_view p.notes_desc{
	width:308px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	float:left;
	padding:1px 0 0 8px;
}

#contents .asset_detail .list_view p.notes_desc a{
	text-decoration:underline;
	color:#000000;
} 

#contents .asset_detail .list_view p.notes_desc a:hover{
	text-decoration:none;
} 

#contents .asset_detail .inp_amount{
	width:90px;
	height:15px;
}

#contents .asset_detail .list_view .date{
	text-align:center;
	border-right:1px solid #000000;
	float:left;
	height:58px;
	padding-top:12px;
	width:392px;
}

#contents .asset_detail .list_view .celender{
	position:relative;
	top:10px;
}

#contents .asset_detail .list_view .celender_date{
	width:150px;
	margin-left:7px;
}

#contents .asset_detail .list_view .celender_time{
	width:80px;
	margin:0 3px 0 5px;
}

#contents .asset_detail .clear_data{
	background:transparent url(../images/clear_selection.jpg) 0 0 no-repeat;
	width:199px;
	height:33px;
	border:0;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:645px;
}

#contents .asset_detail .clear_data_update{
	background:transparent url(../images/clear_selection.jpg) 0 0 no-repeat;
	width:199px;
	height:33px;
	border:0;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:675px;
}

#contents .asset_detail .instructions{
	width:922px;
	margin:auto;
	padding-top:10px;
}

#contents .asset_detail .instructions p.special{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

#contents .asset_detail .instructions .text_area{
	width:922px;
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color:#000000;
}

#contents .asset_detail .instructions p.note{
	background-color:#e6e6e6;
	padding:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
}

#contents .asset_detail .instructions p.note a{
	text-decoration:underline;
	color:#000000;
}

#contents .asset_detail .instructions p.note a:hover{
	text-decoration:none;
}

#contents .asset_detail .instructions .clear_btns{
	text-align:center;
	padding-top:20px;
}

#contents .asset_detail .instructions .two_btns{
	text-align:center;
	padding-top:20px;
}

#contents .asset_detail .instructions .clear_selection{
	background:transparent url(../images/clear_selection.jpg) 0 0 no-repeat;
	width:200px;
	height:33px;
	border:0;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contents .asset_detail .instructions .confirm{
	background:transparent url(../images/confirm.jpg) 0 0 no-repeat;
	width:199px;
	height:33px;
	border:0;
	cursor:pointer;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:575px;
}

#contents .asset_detail .bottom_txt{
	text-align:center;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
}	

/* /BROWSE AND LICENSE */

/* MY_ACCOUNTS */

#my_accounts{
	width:100%;
}

#my_accounts .left_panel{
	float:left;
	border:1px solid #808080;
	width:119px;
	padding-bottom:20px;
}

#my_accounts .left_panel ul{
	margin:0;
	padding:0;
}

#my_accounts .left_panel ul li{
	list-style-type:none;
}

#my_accounts .left_panel ul li{
	list-style-type:none;
	height:32px;
	background-color:#f2f2f2;
	border-bottom:1px solid #808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	line-height:31px;
}

#my_accounts .left_panel ul li.my_txt{
	background-color:#666666;
}

#my_accounts .left_panel ul li a{
	color:#808080;
	text-decoration:none;	
}

#my_accounts .left_panel ul li a:hover{
	color:#000000;
}

#my_accounts .left_panel p.summary{
	padding:5px 0 5px 0;
	margin:0;
	width:111px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:6px;
}

#my_accounts .left_panel p.summary span{
	color:#ff0000;
}

#my_accounts .left_panel a.ratings{
	background:transparent url(../images/ratings_1.gif) 20% 0 no-repeat;
	width:96px;
	height:19px;
	display:block;
	margin-left:5px;
}

#my_accounts .left_panel .h_bar{
	background:transparent url(../images/h_bar.gif) 0 center repeat-x;
	height:30px;
	width:112px;
	margin:auto;
}

#my_accounts .left_panel p.summary_1{
	padding:0;
	margin:0;
	width:111px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:6px;
}

#my_accounts .left_panel p.summary_days{
	padding:0;
	margin:0;
	width:111px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:20px;
}

#my_accounts .left_panel p.summary_price{
	padding:0;
	margin:0;
	width:111px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:6px;
	text-indent:65px;
}

#my_accounts .right_panel{
	float:left;
	padding-left:0px;
}

#my_accounts .right_panel .blue_btn{
	display:block;
	height:30px;
	width:213px;
	float:left;
	background:transparent url(../images/tab_1.gif) 0 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding-top:15px
}

#my_accounts .right_panel .blue_btn_1{
	display:block;
	height:39px;
	width:213px;
	float:left;
	background:transparent url(../images/tab_1.gif) 0 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding-top:6px;
}

#my_accounts .right_panel .orange_btn{
	display:block;
	height:45px;
	width:215px;
	float:left;
	background:transparent url(../images/hover_img.gif) 0 0 no-repeat;
	text-align:center;
	line-height:45px;
}

#my_accounts .right_panel .select_btn{
	display:block;
	height:39px;
	width:215px;
	float:left;
	background:transparent url(../images/hover_img.gif) 0 0 no-repeat;
	text-align:center;
	padding-top:6px;
}

#my_accounts .right_panel .select_btn_1{
	display:block;
	height:39px;
	width:215px;
	float:left;
	background:transparent url(../images/hover_img.gif) 0 0 no-repeat;
	text-align:center;
	padding-top:6px;
	line-height:33px;
}

#my_accounts .right_panel .current_btn{
	display:block;
	height:45px;
	width:213px;
	float:left;
	background:transparent url(../images/tab_2.gif) 0 0 no-repeat;
	text-align:center;
	line-height:45px;
}

#my_accounts .right_panel .blue_btn a, #my_accounts .right_panel .orange_btn a, #my_accounts .right_panel .blue_btn_1 a, #my_accounts .right_panel .select_btn a, #my_accounts .right_panel .current_btn a, #my_accounts .right_panel .select_btn_1 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

/* /MY_ACCOUNTS */

/* LICENSOR */

#licensor{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

#licensor p.heading_txt{
	font-size:24px;
	font-weight:bold;
	float:left;
	text-align:right;
	padding-left:10px;
}

#licensor p.heading_txt span{
	font-size:16px;
}

#licensor p.a_simple{
	font-size:15px;
	float:left;
	font-style:italic;
	padding:35px 0 0 15px;
}

#licensor p.a_simple a{
	color:#000000;
	text-decoration:underline;
}

#licensor p.a_simple a:hover{
	text-decoration:none;
}


#licensor .lice_box{
	float:left;
	background:#e7f8ff url(../images/center_repeat_4.gif) 0 48px repeat-x;
	width:295px;
}

#licensor .lice_box .top_corner{
	background:transparent url(../images/top_corner1.gif) 0 0 no-repeat;
	width:295px;
	height:45px;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	line-height:40px;
	padding-top:6px;
}

#licensor .lice_box .lice_cent_bg{
	background:transparent url(../images/box_bg.gif) center 50px no-repeat;
	width:291px;
	border-left:2px solid #29abe2;
	border-right:2px solid #29abe2;
	height:290px;
}

#licensor .lice_box p.frt_line{
	width:275px;
	font-size:13px;
	color:#191919;
	padding:6px 0 6px 6px;
	margin:0;
}

#licensor .lice_box p.frt_line a{
	font-size:13px;
	color:#191919;
	font-style:italic;
	text-decoration:underline;
}

#licensor .lice_box p.frt_line a.click{
	font-size:13px;
	color:#191919;
	font-style:normal;
	text-decoration:underline;
}

#licensor .lice_box p.frt_line a:hover{
	text-decoration:none;
}

#licensor .lice_box ul{
	margin:0;
	padding:0 7px 0 22px;
}

#licensor .lice_box .lice_cent_bg ul li{
	padding:8px 0 8px 0;
}

#licensor .lice_box .lice_cent_bg ul.review{
	margin:0;
	padding:0 7px 0 22px;
	list-style-type:none;
}

#licensor .lice_box .lice_btm_corner{
	background:transparent url(../images/bottom_corner1.gif) 0 0 no-repeat;
	height:11px;
	font-size:1px;
}

#licensor .lice_box2{
	float:left;
	background:#daffdf url(../images/center_repeat_5.gif) 0 48px repeat-x;
	width:295px;
}

#licensor .lice_box2 .top_corner2{
	background:transparent url(../images/top_corner2.gif) 0 0 no-repeat;
	width:295px;
	height:45px;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	line-height:40px;
	padding-top:6px;
}

#licensor .lice_box2 .lice_cent_bg2{
	background:transparent url(../images/tv.gif) center 50px no-repeat;
	width:291px;
	border-left:2px solid #39b54a;
	border-right:2px solid #39b54a;
	height:290px;
}

#licensor .lice_box2 p.frt_line{
	width:275px;
	font-size:13px;
	color:#191919;
	padding:6px 0 6px 6px;
	margin:0;
}

#licensor .lice_box2 p.frt_line a{
	font-size:13px;
	color:#191919;
	font-style:italic;
	text-decoration:underline;
}

#licensor .lice_box2 p.frt_line a.click{
	font-size:13px;
	color:#191919;
	font-style:normal;
	text-decoration:underline;
}

#licensor .lice_box2 p.frt_line a:hover{
	text-decoration:none;
}

#licensor .lice_box2 ul{
	margin:0;
	padding:0 7px 0 22px;
}


#licensor .lice_box2 .lice_cent_bg ul li{
	padding:8px 0 8px 0;
}

#licensor .lice_box2 .lice_cent_bg ul.review{
	margin:0;
	padding:0 7px 0 22px;
	list-style-type:none;
}

#licensor .lice_box2 .lice_btm_corner2{
	background:transparent url(../images/bottom_corner2.gif) 0 0 no-repeat;
	height:11px;
	font-size:1px;
}

.gap42{
	width:42px;
	height:42px;
}

/* /LICENSOR */

/* HOW_PD */

#how_pd{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:15px;
}

#how_pd p{
	margin:0;
}

#how_pd .box{
	float:left;
	width:232px;
}

#how_pd .top_corner{
	background:#22b473 url(../images/top_corner3.gif) 0 0 no-repeat;
	height:34px;
	text-indent:13px;
	font-size:18px;
	color:#FFFFFF;
	padding-top:11px;
}

#how_pd .center_box{
	border-left:2px solid #39b44a;
	border-right:2px solid #39b44a;
	height:410px;
}

#how_pd .center_box1{
	border-left:2px solid #39b44a;
	border-right:2px solid #39b44a;
	background:transparent url(../images/capture.jpg) 0 bottom no-repeat;
	height:410px;
}

#how_pd .center_box1 p.capture{
	font-size:16px;
	color:#231f20;
	width:200px;
	padding:7px 0 0 12px;
}

#how_pd .btm_corner{
	background:transparent url(../images/bottom_corner4.gif) 0 0 no-repeat;
	height:16px;
}

#how_pd .btm_corner3{
	background:transparent url(../images/bottom_corner3.gif) 0 0 no-repeat;
	height:16px;
}

#how_pd p.empower{
	color:#009145;
	font-size:11px;
	font-weight:bold;
	padding:17px 0 0 12px;
}

#how_pd p.media{
	padding:20px 0 0 10px;
}

#how_pd p.your_media{
	color:#009145;
	font-size:11px;
	font-weight:bold;
	padding:25px 0 0 8px;
}

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

#how_pd p.register_your{
	color:#231f20;
	font-size:16px;
	padding:7px 0 0 12px;
}

#how_pd p.register_your span{
	color:#278e3b;
}

#how_pd p.gain_exposure{
	color:#231f20;
	font-size:16px;
	padding:16px 0 0 12px;
}

#how_pd p.license_your{
	color:#231f20;
	font-size:16px;
	padding:7px 0 8px 12px;
	width:214px;
}

#how_pd p.license_your span{
	color:#278e3b;
}

#how_pd p.peer_d_txt{
	color:#009145;
	font-size:12px;
	font-weight:bold;
	width:192px;
	padding:8px 0 0 18px;
}

#how_pd .paypal_img{
	text-align:center;
	padding:15px 0 20px 0;
}

#how_pd p.still_have{
	font-size:24px;
	color:#29aae1;
	text-align:center;
	padding:40px 0 10px 0;
}

#how_pd p.still_have a{
	text-decoration:underline;
	color:#29aae1;
}

#how_pd p.still_have a:hover{
	text-decoration:none;
}

/* /HOW_PD */

/* COST */

#cost{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:15px;
}

#cost p{
	margin:0;
}

#cost .left_panel{
	float:left;
	width:232px;
}

#cost .left_panel .fees_bg{
	background:#808080 url(../images/fees_bg.gif) 0 0 no-repeat;
	width:232px;
	height:31px;
	font-size:18px;
	color:#FFFFFF;
	padding-top:11px;
	text-indent:10px;
}

#cost .left_panel .center_box{
	border-left:2px solid #666666;
	border-right:2px solid #666666;
}

#cost .left_panel .center_box p.fees_desc{
	width:210px;
	padding:6px 0 6px 13px;
	color:#231f20;
	font-size:13px;
}

#cost .left_panel .center_box p.register_and{
	width:210px;
	padding:16px 0 0 13px;
	color:#231f20;
	font-size:16px;
	font-weight:bold;
}

#cost .left_panel .paypal_img{
	text-align:center;
	padding:25px 0 20px 0;
}

#cost .left_panel .btm_corner{
	background:transparent url(../images/bottom_corner5.gif) 0 0 no-repeat;
	height:16px;
	font-size:1px;
}

#cost .right_panel{
	width:724px;
	float:right;
}

#cost .right_panel .top_corner1{
	background:transparent url(../images/top_corner4.gif) 0 0 no-repeat;
	height:18px;
}

#cost .right_panel .btm_corner1{
	background:transparent url(../images/bottom_corner6.gif) 0 0 no-repeat;
	height:18px;
}

#cost .right_panel .center_desc{
	border-left:2px solid #39b44a;
	border-right:2px solid #39b44a;
}

#cost .right_panel p.unlike_txt{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	width:696px;
	padding:0 0 14px 13px;
}

#cost .right_panel p.competitors_txt{
	color:#000000;
	font-size:14px;
	width:630px;
	padding:0 0 0 45px;
}

#cost .right_panel p.for_exp{
	color:#000000;
	font-size:12px;
	width:696px;
	font-style:italic;
	padding:25px 0 25px 13px;
}

#cost .right_panel .exclusive{
	padding-left:18px;
}

/* /COST */

#new_account1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#231f20;
}

#new_account1 p{
	margin:0;
}

#new_account1 .ur_almost{
	padding-left:110px;
	width:854px;
}
#new_account1 .ur_almost .left_corner{
	background:transparent url(../images/left_corner.gif) 0 0 no-repeat;
	width:21px;
	height:36px;
	float:left;
}

#new_account1 .ur_almost .center_repeat{
	background:transparent url(../images/center_repeat.gif) 0 0 repeat-x;
	height:30px;
	float:left;
	width:795px;
	font-size:24px;
	color:#FFFFFF;
	padding-top:6px;
}

#new_account1 .ur_almost .right_corner{
	background:transparent url(../images/right_corner.gif) 0 0 no-repeat;
	width:38px;
	height:36px;
	float:left;
}

#new_account1 .ur_almost .box_1{
	border:2px solid #39b54a;
	border-bottom:0;
	padding:0px 12px 14px 9px;
}

#new_account1 .ur_almost a.help{
	display:block;
	margin:9px 0 0 0;
}

#new_account1 .ur_almost .btm_corner{
	background:transparent url(../images/btm_corner.gif) 0 0 no-repeat;
	height:12px;
	font-size:1px;
}

#new_account1 .ur_almost p.in_order{
	font-size:16px;
	padding:10px 0 0 5px;
	width:820px;
}

#new_account1 .steps{
	width:859px;
	padding-left:110px;
	position:relative;
}

#new_account1 .steps a.register{
	display:block;
	float:left;
}

#new_account1 .steps p.number{
	font-size:36px;
	color:#808080;
	float:left;
	padding:10px 0 0 325px;
}

#new_account1 .steps .top_corner{
	background:transparent url(../images/top_corner5.gif) 0 0 no-repeat;
	height:8px;
	font-size:1px;
}

#new_account1 .steps .center_box{
	border:3px solid #39b54a;
	border-bottom:0;
	border-top:0;
	background-color:#f2f2f2;
	width:853px;
}

#new_account1 .steps .bottom_corner{
	background:transparent url(../images/btm_corner1.gif) 0 0 no-repeat;
	height:8px;
	font-size:1px;
}

#new_account1 .steps .img1{
	position:absolute;
	top:112px;
	left:160px;
	z-index:1;
}

#new_account1 .steps .center_box2{
	border:3px solid #39b54a;
	border-bottom:0;
	border-top:0;
	background-color:#f2f2f2;
	width:853px;
	position:relative;
}

#new_account1 .steps .center_box3{
	border:3px solid #39b54a;
	border-bottom:0;
	border-top:0;
	background-color:#f2f2f2;
	width:853px;
	position:relative;
}

#new_account1 .steps .img2{
	position:absolute;
	z-index:2;
	top:-39px;
	left:6px;
}

#new_account1 .steps .img3{
	float:left;
	padding:4px 0 0 16px;
}

#new_account1 .steps .img4{
	float:left;
	padding:18px 0 0 95px;
}

#new_account1 .steps .img5{
	position:absolute;
	z-index:3;
	top:-33px;
	left:16px;
}

#new_account1 .steps .step_txt{
	font-size:13px;
	width:535px;
	float:right;
	padding:15px 6px 15px 0;
	line-height:18px;
}

#new_account1 .steps .step_txt1{
	font-size:13px;
	width:535px;
	float:right;
	padding:15px 6px 38px 0;
	line-height:18px;
}

#new_account1 .steps .step_txt a, #new_account1 .steps .step_txt1 a{
	color:#231f20;
	text-decoration:underline;
}

#new_account1 .steps .step_txt a:hover, #new_account1 .steps .step_txt1 a:hover{
	text-decoration:none;
}

#new_account1 .steps p.pd_does{
	padding-bottom:15px;
}

#new_account1 .steps p.refer_to{
	padding-top:15px;
}

#new_account1 a.next{
	background:transparent url(../images/next.gif) 0 0 no-repeat;
	width:215px;
	height:36px;
	display:block;
	color:#FFFFFF;
	font-size:20px;
	text-decoration:none;
	padding-top:11px;
	padding-left:23px;
}

#new_account2{
	width:682px;
	padding-left:110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#231f20;
}

#new_account2 p{
	margin:0;
}

#new_account2 p.number{
	font-size:36px;
	color:#808080;
	float:right;
}

#new_account2 p.unlike{
	font-size:13px;
	color:#231f20;
	padding:30px 0 30px 0;
}

#new_account2 .left_corner{
	background:transparent url(../images/left_corner_3.gif) 0 0 no-repeat;
	width:14px;
	height:34px;
	float:left;
}

#new_account2 .center_repeat{
	background:transparent url(../images/center_repeat6.gif) 0 0 repeat-x;
	width:635px;
	height:34px;
	float:left;
	font-size:19px;
	color:#FFFFFF;
	text-align:center;
	line-height:32px;
}

#new_account2 .right_corner{
	background:transparent url(../images/right_corner_3.gif) 0 0 no-repeat;
	width:33px;
	height:27px;
	float:right;
	padding-top:7px;
}

#new_account2 .licenses_row{
	border:1px solid #808080;
	border-top:0;
	border-bottom:0;
	background-color:#ccffd3;
}

#new_account2 .licenses_row2{
	border:1px solid #808080;
	border-top:0;
	border-bottom:0;
	background-color:#ffd9d9;
}

#new_account2 .row_type{
	border-bottom:1px solid #808080;
	background:transparent url(../images/dot.gif) 217px 0 repeat-y;
	padding-left:4px;
}

#new_account2 .row_type p.www{
	background:transparent url(../images/www.gif) 0 0 no-repeat;
	float:left;
	color:#000000;
	font-size:19px;
	height:53px;
	padding:2px 0 0 58px;
	margin:13px 0 13px 0;
	width:154px;
}

#new_account2 .row_type p.www1{
	background:transparent url(../images/www1.gif) 0 0 no-repeat;
	float:left;
	color:#000000;
	font-size:19px;
	height:53px;
	padding:2px 0 0 58px;
	margin:13px 0 13px 0;
	width:154px;
}

#new_account2 .row_type p.tv{
	background:transparent url(../images/tv1.gif) 0 0 no-repeat;
	float:left;
	color:#000000;
	font-size:19px;
	height:53px;
	padding:2px 0 0 58px;
	margin:13px 0 13px 0;
	width:154px;
}

#new_account2 .row_type p.tv1{
	background:transparent url(../images/tv3.gif) 0 0 no-repeat;
	float:left;
	color:#000000;
	font-size:19px;
	height:53px;
	padding:2px 0 0 58px;
	margin:13px 0 13px 0;
	width:154px;
}

#new_account2 .row_type p.print{
	background:transparent url(../images/print.gif) 0 0 no-repeat;
	float:left;
	color:#000000;
	font-size:19px;
	height:53px;
	padding:2px 0 0 58px;
	margin:13px 0 13px 0;
	width:154px;
}

#new_account2 .row_type p.print1{
	background:transparent url(../images/print2.gif) 0 0 no-repeat;
	float:left;
	color:#000000;
	font-size:19px;
	height:53px;
	padding:2px 0 0 58px;
	margin:13px 0 13px 0;
	width:154px;
}

#new_account2 .row_type p.desc{
	float:left;
	width:442px;
	padding:7px 0 7px 8px;
}

#new_account2 .row_type p.desc a{
	color:#231f20;
	text-decoration:underline;
}

#new_account2 .row_type p.desc a:hover{
	text-decoration:none;
}

#new_account2 p.note{
	font-size:15px;
	padding:15px 0 60px 0;
}

#new_account2 a.next{
	background:transparent url(../images/next.gif) 0 0 no-repeat;
	width:215px;
	height:36px;
	display:block;
	color:#FFFFFF;
	font-size:20px;
	text-decoration:none;
	padding-top:11px;
	padding-left:23px;
}

#new_account3{
	padding-left:110px;
	font-family:Arial, Helvetica, sans-serif;
}

#new_account3 p{
	margin:0;
}

#new_account3 p.number{
	font-size:36px;
	color:#808080;
	float:left;
	padding:15px 0 0 300px;
}

#new_account3 .box{
	width:686px;
	float:left;
	padding-top:15px;
}

#new_account3 .box .top_corner{
	background:transparent url(../images/top_corner6.gif) 0 0 no-repeat;
	height:11px;
	font-size:1px;
}

#new_account3 .box .btm_corner{
	background:transparent url(../images/btm_corner2.gif) 0 0 no-repeat;
	height:11px;
	font-size:1px;
}

#new_account3 .box .center_txt{
	border-left:2px solid #0071bc;
	border-right:2px solid #0071bc;
}

#new_account3 p.desc_txt{
	padding:6px 0 6px 10px;
	width:662px;
	color:#000000;
	font-size:15px;
}

#new_account3 p.desc_txt a{
	color:#000000;
	text-decoration:underline;
}

#new_account3 p.desc_txt a:hover{
	text-decoration:none;
}

#new_account3 .images{
	float:left;
	padding:20px 0 0 20px;
}

#new_account3 .images1{
	float:left;
	padding:30px 0 0 15px;
}

#new_account3 .images .mail{
	margin:22px 0 0 10px;
}

#new_account3 a.next{
	background:transparent url(../images/next.gif) 0 0 no-repeat;
	width:215px;
	height:36px;
	display:block;
	color:#FFFFFF;
	font-size:20px;
	text-decoration:none;
	padding-top:11px;
	padding-left:23px;
}

#new_account3 p.by_click{
	width:638px;
	font-size:13px;
	float:left;
	padding-left:5px;
}

#new_account3 div.agree{
	padding:20px 0 0 592px;
}

#new_account3 a.agree{
	background:transparent url(../images/agree.gif) 0 0 no-repeat;
	width:89px;
	height:36px;
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	line-height:35px;
}

#new_account3 p.thanks{
	font-size:20px;
	color:#0071bc;
	padding:55px 0 50px 146px;
}

#browse {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

#browse p.your_search{
	font-size:18px;
	color:#000000;
	margin:0;
	padding:0 0 20px 113px;
}

#browse .left{
	float:left;
	width:194px;
}

#browse .left p.heading{
	background:transparent url(../images/heading_bg.gif) 0 0 no-repeat;
	height:26px;
	font-size:17px;
	color:#FFFFFF;
	text-align:center;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	padding-top:5px;
	margin:0;
}

#browse .left .menu{
	background:transparent url(../images/center_repeat7.gif) 0 0 repeat-y;
	padding:5px 0 30px 0;
}

#browse .left .menu ul{
	margin:0;
	padding:0;
}

#browse .left .menu ul li{
	list-style-type:none;
	padding-left:16px;
}

#browse .left .menu ul li a{
	text-decoration:none;
	color:#000000;
	line-height:18px;
}

#browse .left .menu ul li a:hover{
	text-decoration:underline;
}

#browse .left .btm_corner{
	background:transparent url(../images/btm_corner5.gif) 0 0 no-repeat;
	height:13px;
	font-size:1px;
}

#browse .right{
	float:right;
}

#browse p.we_rely{
	font-size:13px;
	text-align:center;
	margin:0;
	padding-top:15px;
}

/* BROWSE */

#help {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

#help p {
	margin:0;
}

#help .left {
	float:left;
	width:212px;
}

#help .left .top_corner {
	background:transparent url(../images/top_corner7.gif) 0 0 no-repeat;
	height:12px;
	font-size:0;
}

#help .left .menu {
	background:transparent url(../images/center_repeat8.gif) 0 repeat-y;
	padding:0 0 50px 13px;
}

#help .left .menu .search {
	background:transparent url(../images/search_help.gif) 0 0 no-repeat;
	width:188px;
	height:23px;
	margin-top:10px;
}

#help .left .menu .search .inp_txt {
	width:145px;
	height:21px;
	border:0;
	background-color:transparent;
	color:#9d9b9b;
	margin:2px 0 0 33px;
	font-size:12px;
}

#help .left .menu ul {
	margin:0;
	padding:12px 0 12px 0;
}

#help .left .menu ul li {
	list-style-type:none;
	font-size:11px;
}

#help .left .menu ul li a {
	font-size:11px;
	color:#000000;
	text-decoration:none;
	line-height:17px;
}

#help .left .menu ul li a:hover {
	text-decoration:underline;
}

#help .left .btm_corner {
	background:transparent url(../images/btm_corner6.gif) 0 0 no-repeat;
	height:12px;
	font-size:0;
}

#help .right {
	float:right;
	width:755px;
}

iframe{
	margin:0;
	padding:0;
}

.ifrm{
	width:100%;
}

/* HELP */

/* account_tab */

#account_tab{
	background:transparent url(../images/center_repeat9.gif) 0 0 repeat-y;
	padding-right:5px;	
}

#account_tab p{
	margin:0;
}

#account_tab .top_corner{
	background:transparent url(../images/top_corner8.gif) right 0 no-repeat;
	height:12px;
	font-size:1px;
	width:854px;	
}

#account_tab .top_corner2{
	background:transparent url(../images/top_corner9.gif) 0 0 no-repeat;
	height:13px;
	font-size:1px;
	width:854px;	
}

#account_tab .top_corner3{
	background:transparent url(../images/top_corner10.gif) 0 0 no-repeat;
	height:13px;
	font-size:1px;
	width:854px;
}

#account_tab .top_corner4{
	background:transparent url(../images/top_corner11.gif) 0 0 no-repeat;
	height:13px;
	font-size:1px;
	width:854px;
}

#account_tab .top_corner5{
	background:transparent url(../images/top_corner19.gif) 0 0 no-repeat;
	height:13px;
	font-size:1px;
}

#account_tab .top_corner19{
	background:transparent url(../images/top_corner19.gif) 0 0 no-repeat;
	height:13px;
	font-size:1px;
}

.btm_corner7{
	background:transparent url(../images/btm_corner7.gif) 0 0 no-repeat;
/*	height:14px;
	font-size:0px;
	*/
}

#account_tab .reset{
	background:transparent url(../images/reset_off.gif) right 0 no-repeat;
	width:80px;
	height:29px;
	border:0;
	cursor:pointer;
	margin:10px 0 0 17px;
}

#account_tab .submit{
	background:transparent url(../images/submit_on.gif) right 0 no-repeat;
	width:79px;
	height:29px;
	border:0;
	cursor:pointer;
	margin:10px 0 0 20px;
}

#account_tab p.time{
	float:left;
	font-size:13px;
	color:#4c4c4c;
	padding:17px 0 0 110px;
	margin:0;
}

#account_tab .acrd {
	border-top:3px solid #f6921e;
	margin-top:9px;
}

#account_tab .acrd .acrd_list {
	background-color:#e6e6e6;
	margin:auto;
	width:840px;
	padding:9px 0 9px 0;
}

#account_tab .acrd .selling_list {
	background-color:#e6e6e6;
	margin:auto;
	width:840px;
	padding:9px 0 9px 0;
}

.help2 {
	margin:8px 20px 0 0;
}

.arrow_up {
	width:35px;
	height:80px;
	float:left;
	background:transparent url(../images/arrow_right.gif) 10px 35px no-repeat;
}

.arrow_down {
	width:35px;
	height:80px;
	float:left;
	background:transparent url(../images/arrow.gif) 10px 35px no-repeat;
}

.acrd_list .col1 {
	width:110px;
	margin-right:5px;
	float:left;
}

.acrd_list .col2 {
	width:250px;
	margin-right:5px;
	float:left;
}

.acrd_list h3 {
	font-size:12px;
	margin:0;
}

.acrd_list .txt2 {
	font-size:17px;
}

.mt2 {
	margin-top:2px;
}

.m5 {
	margin:5px;
}

.acrd_list .col3 {
	width:220px;
	margin-right:5px;
	float:left;
}

.acrd_list .col4 {
	width:200px;
	float:left;
}

.selling_list .col1 {
	width:50px;
	margin-right:20px;
	float:left;
}

.selling_list .col2 {
	width:380px;
	margin-right:20px;
	float:left;
}

.selling_list .col3 {
	width:50px;
	margin-right:20px;
	float:left;
}

.selling_list .col4 {
	width:130px;
	margin-right:20px;
	float:left;
}

.selling_list .col5 {
	width:140px;
	float:left;
}

.acrd_list .txt3 {
	width:135px;
}

.mt20 {
	margin-top:20px;
}

.link1 {
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

.grid {
	margin-left:15px;
}

.grid a{
	text-decoration:none;
	color:#009245;
	font-size:8px;
}

.grid .col1,
.grid .col2,
.grid .col3,
.grid .col4,
.grid .col5,
.grid .col6 {
	background:transparent url(../images/grip-rept.gif) 100% 0 repeat-y;
	border:0 0 1px 1px;
	border-color:#b0b0b0;
	float:left;
	padding:5px 10px;
	margin:0 0 2px 0;
	font-size:10px;
	height:20px;
}

.grid .col1 {
	width:110px;
}

.grid .col2 {
	width:50px;
}

.grid .col3 {
	width:75px;
}

.grid .col4 {
	width:100px;
}

.grid .col5 {
	width:220px;
}

.grid .col6 {
	width:150px;
}

.grid .grid_header .col1,
.grid .grid_header .col2,
.grid .grid_header .col3,
.grid .grid_header .col4,
.grid .grid_header .col5,
.grid .grid_header .col6 {
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
}

.grid .grid_data .col1,
.grid .grid_data .col2,
.grid .grid_data .col3,
.grid .grid_data .col4,
.grid .grid_data .col5,
.grid .grid_data .col6 {
	background-color:#ccffd3;
	font-size:12px;
}

.grid .grid_data a {
	font-size:10px;
}

.grid .grid_data_hover .col1,
.grid .grid_data_hover .col2,
.grid .grid_data_hover .col3,
.grid .grid_data_hover .col4,
.grid .grid_data_hover .col5,
.grid .grid_data_hover .col6 {
	margin-top:3px;
	background-color:#ffd9d9;
}

.ml20 {
	margin-left:20px;
}

.ml40 {
	margin-left:40px;
}

.ml10 {
	margin-left:10px;
}

.ml5 {
	margin-left:5px;
}

.txt_offer {
	width:95px;
	text-align:right;
	background:transparent url(../images/txt_offer-bg.gif) -5px -5px no-repeat;
	border:0;
	font-size:10px;
	font-weight:bold;
	height:24px;
	padding-right:10px;
}

.note {
	margin:8px 20px;
}

.dollor {
	font-size:16px;
}

.selling {
	width:90%;
	margin-left:20px;
}

.selling .col1,
.selling .col2,
.selling .col3,
.selling .col4,
.selling .col5 {
	font-weight:bold;
	margin-right:10px;
	float:left;
}

.selling .col1 {
	width:430px;
}

.selling .col2 {
	width:100px;
}

.selling .col3 {
	width:120px;
}

.selling .col4 {
	width:60px;
}

.acrd_list2 {
	background-color:#e6e6e6;
	margin:auto;
	width:840px;
	padding:9px 0;
	font-size:12px;
}

.video {
	color:#FF0000;
}

.acrd_list2 .col1,
.acrd_list2 .col2,
.acrd_list2 .col3,
.acrd_list2 .col4,
.acrd_list2 .col5 {
	margin-right:20px;
	float:left;
}

.acrd_list2 .col1 {
	width:50px;
}

.acrd_list2 .col2 {
	width:380px;
}

.acrd_list2 .col3 {
	width:50px;
}

.acrd_list2 .col4 {
	width:130px;
}

.acrd_list2 .col5 {
	width:100px;
}

.acrd_list2 h3 {
	margin:0;
}

.acrd_list2 h3 a {
	font-size:18px;
	color:#231F20;
	font-weight:normal;
}

.footer_msg {
	width:96%;
	margin:20px 0 50px 30px;
	font-size:13px;
}

.buying {
	width:90%;
	margin-left:20px;
}

.buying .col1,
.buying .col2,
.buying .col3,
.buying .col4,
.buying .col5,
.buying .col6,
.buying .col7,
.buying .col8,
.buying .col9,
.buying .col10 {
	font-weight:bold;
	margin-right:10px;
	float:left;
}

.buying .col1 {
	width:320px;
}

.buying .col2 {
	width:60px;
}

.buying .col3 {
	width:75px;
}

.buying .col4 {
	width:85px;
}

.buying .col5 {
	width:90px;
}


.buying .col6 {
	width:70px;
}

.buying .col7 {
	width:190px;
}

.buying .col8 {
	width:220px;
	text-align:right;
}

.buying .col9 {
	width:230px;
	text-align:right;
}

.buying .col10 {
	width:150px;
}

.buying .save_changes{
	background:transparent url(../images/save_changes.gif) 0 0 no-repeat;
	width:83px;
	height:34px;
	border:0;
	cursor:pointer;
}

.center-text {
	text-align:center;
}

.acrd_list3 {
	background-color:#e6e6e6;
	margin:auto;
	width:840px;
	margin:8px 0 0 10px;
	font-size:12px;
}

.acrd_list3 h3 {
	margin:0;
}

.acrd_list3 h3 a {
	font-size:18px;
	color:#231F20;
	font-weight:normal;
}

.acrd_list3 .col1,
.acrd_list3 .col2,
.acrd_list3 .col3,
.acrd_list3 .col4,
.acrd_list3 .col5,
.acrd_list3 .col6,
.acrd_list3 .col7,
.acrd_list3 .col8,
.acrd_list3 .col9,
.acrd_list3 .col10,
.acrd_list3 .col11,
.acrd_list3 .col12,
.acrd_list3 .col13  {
	margin-right:10px;
	float:left;
	background:transparent url(../images/col-right-bg.gif) 100% 0 repeat-y;
}

.acrd_list3 .col1 {
	width:60px;
}

.acrd_list3 .col2 {
	width:255px;
	height:65px;
}

.acrd_list3 .col3 {
	width:150px;
	height:65px;
}

.acrd_list3 .col4 {
	width:75px;
	height:65px;
}

.acrd_list3 .col5 {
	width:85px;
	height:65px;
}

.acrd_list3 .col6 {
	width:100px;
	height:65px;
}

.acrd_list3 .col7 {
	width:120px;
	height:65px;
}

.acrd_list3 .col8 {
	width:225px;
	height:65px;
}

.acrd_list3 .col9 {
	width:220px;
	height:65px;
	margin-left:15px;
}

.acrd_list3 .col10 {
	width:240px;
	height:65px;
}

.acrd_list3 .col11 {
	width:63px;
}

.acrd_list3 .col12 {
	width:400px;
	height:65px;
}

.acrd_list3 .nobg {
	background:none;
}

.acrd_list3 span.chk_yes{
	margin:25px 0 0 5px;
	display:inline-block;
}

.acrd_list3 span.chk_no{
	margin:25px 0 0 25px;
	display:inline-block;
}

.acrd_list3 .copy{
	background:transparent url(../images/copy.gif) 0 0 no-repeat;
	width:38px;
	height:26px;
	border:0;
	cursor:pointer;
}

.acrd_list3 .inp_link{
	width:130px;
	border:1px solid #000000;
	margin-right:4px;
}

/* /account_tab */

#register {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	width:854px;
}

#register p{
	margin:0;
}

#register .top_bar{
	background:transparent url(../images/center_repeat10.gif) 0 0 repeat-x;
	height:45px;
}

#register .top_bar .left_corner{
	background:transparent url(../images/left_corner_4.gif) 0 0 no-repeat;
	width:17px;
	height:45px;
}

#register .top_bar .right_corner{
	background:transparent url(../images/right_corner_4.gif) 0 0 no-repeat;
	width:17px;
	height:45px;
}

#register p.media{
	font-size:13px;
	color:#FFFFFF;
	padding-top:15px;
	width:300px;
}

#register p.heading{
	font-size:18px;
	color:#FFFFFF;
	padding-top:11px;
}

#register p.help{
	padding-top:10px;	
}

#register .btm_corner{
	background:transparent url(../images/btm_corner8.gif) 0 0 no-repeat;
	height:16px;
}

#register .media_content{
	border-left:2px solid #39b44a;
	border-right:2px solid #39b44a;
}

#register .box_1{
	width:265px;
	float:left;
	padding:7px 0 0 5px;
}

#register .top_corner1{
	background:transparent url(../images/top_corner12.gif) 0 0 no-repeat;
	width:265px;
	height:14px;
	font-size:1px;
}

#register .btm_corner1{
	background:transparent url(../images/btm_corner9.gif) 0 0 no-repeat;
	width:265px;
	height:14px;
	font-size:1px;
}

#register .vid_content{
	border-left:2px solid #808080;
	border-right:2px solid #808080;
}
 
#register a.click_here{
	width:245px;
	height:207px;
	background-color:#f2f2f2;
	border:2px solid #231f20;
	margin:auto;
	text-align:center;
	font-size:15px;
	color:#000000;
	text-decoration:none;
	line-height:200px;
	display:block;
}

#register .vid_desc{
	padding:20px 0 0 6px;
}

#register .vid_desc p{
	padding:3px 0 3px 0;
}

#register .vid_desc p span{
	color:#333333;
}


#register .vid_desc .inp_txt{
	width:130px;
	height:16px;
	border:1px solid #808080;
	margin-left:20px;
}

#register .vid_desc .copy{
	background:transparent url(../images/copy-btn.png) 0 0 no-repeat;
	width:37px;
	height:27px;
	border:0;
	position:relative;
	top:2px;
	cursor:pointer;
}

#register .rating_off{
	background:transparent url(../images/star_2.gif) 100% 0 no-repeat;
	width:93px;
	height:20px;
	margin-left:15px;
}

#register .rating_on{
	background:transparent url(../images/star_2.gif) 0 0 no-repeat;
	width:60%;
	height:20px;
}

#register .box_2{
	width:370px;
	float:left;
	padding:7px 0 0 5px;
}

#register .box_2 .top_corner2{
	background:transparent url(../images/top_corner13.gif) 0 0 no-repeat;
	height:13px;
	font-size:0;
}

#register .box_2 .btm_corner2{
	background:transparent url(../images/btm_corner10.gif) 0 0 no-repeat;
	height:13px;
	font-size:0;
}

#register .box_2 .vid_type{
	background-color:#cccccc;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	padding-left:5px;
	font-size:13px;
}

#register .box_2 .video_icon{
	margin-left:20px;
}

#register .box_2 .photo_icon{
	margin-left:12px;
}

#register .box_2 .inp_txt2{
	width:356px;
	height:27px;
	border:1px solid #999999;
	font-size:14px;
	padding-top:8px;
	margin-top:4px;
	text-indent:4px;
}

#register .box_2 .txt_line{
	position:relative;
	padding-top:13px;
}

#register .box_2 a.help3{
	position:absolute;
	top:7px;
	right:8px;
}

#register .box_2 .txt_area{
	width:356px;
	height:145px;
	border:1px solid #999999;
}

#register .box_3{
	width:189px;
	float:left;
	padding:10px 0 0 7px;
}

#register .box_3 .btn{
	text-align:center;
}

#register .box_3 .cancel{
	background:transparent url(../images/cancel.gif) 0 0 no-repeat;
	width:80px;
	height:29px;
	border:0;
	cursor:pointer;
}

#register .box_3 .save{
	background:transparent url(../images/save.gif) 0 0 no-repeat;
	width:79px;
	height:29px;
	border:0;
	cursor:pointer;
	margin-left:15px;
}

#register .box_3 p.by_clicking{
	padding-top:13px;
}

#register .box_3 p.be_sure{
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-top:15px;
}

#register .box_3 p.be_sure a{
	color:#FF0000;
	text-decoration:underline;
}

#register .box_3 p.be_sure a:hover{
	text-decoration:none;
}

#register .box_3 .top_corner3{
	background:transparent url(../images/top_corner14.gif) 0 0 no-repeat;
	width:177px;
	height:32px;
	font-size:11px;
	padding:3px 0 0 12px;
}

#register .box_3 .top_corner3 p.help4{
	padding:3px 4px 0 0;
}

#register .box_3 .special_instructions{
	border-left:1px solid #a8aaad;
	border-right:1px solid #a8aaad;	
	height:223px;
}

#register .box_3 .btm_corner3{
	background:transparent url(../images/btm_corner11.gif) 0 0 no-repeat;
	height:16px;
}

#register .automatic_accept{
	width:811px;
	margin:auto;
	padding:30px 0 15px 0;
}

#register .automatic_accept a{
	color:#000000;
	text-decoration:underline;
}

#register .amount{
	width:811px;
	margin:auto;
}

#register .amount p.minimum_amount{
	padding-left:438px;
	padding-bottom:4px;
}

#register .amount span{
	display:inline-block;
	width:405px;
}

#register .amount .inp_amount{
	width:168px;
	height:20px;
	border:1px solid #000000;
	padding-top:3px;
	text-indent:5px;
}

#register a.click_here_vid{
	background-color:#f2f2f2;
	border:2px solid #231f20;
	margin:auto;
	width:247px;
	display:block;
}

#register .edit_txt{
	font-size:12px;
	font-weight:bold;
	padding-bottom:6px;
}

#register .box_3 .edit{
	background:transparent url(../images/edit.gif) 0 0 no-repeat;
	width:80px;
	height:29px;
	border:0;
	cursor:pointer;
}

#register .box_3 .special_instructions1{
	border-left:1px solid #a8aaad;
	border-right:1px solid #a8aaad;	
	height:236px;
}

#register .box_3 .special_instructions1 p{
	width:178px;
	margin:auto;
	padding:4px 0 4px 0;
}

#register .box_3 .status{
	width:187px;
	margin-top:20px;
}

#register .box_3 .status .top_corner4{
	background:transparent url(../images/top_corner15.gif) 0 0 no-repeat; 
	height:6px;
	font-size:0;
}

#register .box_3 .status .btm_corner4{
	background:transparent url(../images/btm_corner12.gif) 0 0 no-repeat; 
	height:6px;
	font-size:0;
}

#register .box_3 .status .status__available{
	background-color:#cccccc;
	border-left:1px solid #7f7f7f;
	border-right:1px solid #7f7f7f;
}

#register .box_3 .status p.status_txt{
	text-indent:10px;
	border-bottom:1px solid #6c6c6c;
	padding:2px 0 6px 0;
}

#register .box_3 .status p.status_txt span{
	padding-left:55px;
}

#register .box_3 .status p.licensed_txt{
	text-indent:10px;
	border-bottom:1px solid #6c6c6c;
	padding:6px 0 6px 0;
}

#register .box_3 .status p.licensed_txt span{
	padding-left:15px;
}

#register .box_3 .status p.earnings_txt{
	text-indent:10px;
	padding:6px 0 2px 0;
}

#register .box_3 .status p.earnings_txt span{
	padding-left:0px;
}

#register .current_licensing{
	text-align:center;
	padding:20px 0 15px 0px;
	font-size:16px;
	font-weight:bold;
}

#register .non_exclusive{
	background-color:#ccffd3;
	width:812px;
	margin:auto;
}

#register .exclusive{
	background-color:#ffd9d9;
	width:812px;
	margin:auto;
}

#register .head_tab{
	background-color:#000000;
	border:1px solid #b2b2b2;
	height:30px;
}

#register p.col12,
#register p.col13,
#register p.col14 {
	font-size:13px;
	color:#FFFFFF;
	float:left;
	line-height:27px;
	font-weight:bold;
}

#register p.col12{
	width:240px;
	text-indent:18px;
}

#register p.col12 span{
	color:#fff100;
}

#register p.col13{
	width:196px;
}

#register p.col14{
	width:330px;
}

#register .row1 {
	border:1px solid #b2b2b2;
	border-top:0;
	height:30px;
	padding-left:18px;
}

#register p.col15,
#register p.col16,
#register p.col17 {
	float:left;
	line-height:27px;
}

#register p.col15{
	width:225px;
}

#register p.col16{
	width:194px;
}

#register p.col17{
	width:330px;
}

#register p.col17 a{
	color:#000000;
	text-decoration:underline;
}

#register .help_5{
	padding-top:3px;
}

#feedback{
	width:831px;
	padding-left:20px;
} 

#feedback .top_corner{
	background:transparent url(../images/top_corner16.gif) 0 0 no-repeat;
	height:13px;
	font-size:0;
} 

#feedback .btm_corner{
	background:transparent url(../images/btm_corner13.gif) 0 0 no-repeat;
	height:13px;
	font-size:0;
} 

#feedback .feedback_space{
	height:260px;
	border-left:2px solid #39b44a;
	border-right:2px solid #39b44a;	
	position:relative;
}

#feedback .feedback_space p{
	width:775px;
	margin:0 auto 0 auto;
	font-size:13px;
	padding:6px 0 6px 0;
}

#feedback .feedback_space .feedback_btn{
	position:absolute;
	bottom:40px;
	right:35px;
}

#feedback .feedback_space .feedback_btn1{
	background:transparent url(../images/feedback.gif) 0 0 no-repeat;
	width:85px;
	height:31px;
	border:0;
	cursor:pointer;
}

.box .left_side{
	float:left;
	width:312px;
	padding:26px 0 0 26px;
}

.box .left_side p.please_confirm{
	font-size:16px;
	color:#ff0000;
	font-weight:bold;
	padding:25px 0 25px 0;
}

.box .left_side p.text1{
	font-size:13px;
}

.box .left_side p.text1 span{
	padding-left:30px;
}

.box .left_side p.text1 span.exclusive{
	padding-left:4px;
}

.box .left_side p.text2{
	font-size:13px;
	border-top:1px solid #FF0000;
	width:245px;
	padding-top:5px;
}

.box .left_side p.text2 span{
	float:right;
	padding-left:100px;
}

.box .left_side p.you_have{
	font-size:14px;
	color:#ff0000;
	padding:25px 0 25px 0;
}

.box .right_side{
	float:left;
	width:560px;
	padding:28px 0 0 45px;
}

.box .right_side .text_area2{
	width:560px;
	border:2px solid #999999;
	height:525px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.box .right_side p.save_pdf{
	padding-top:5px;
}

.box .right_side a.save_pdf{
	color:#000000;
}

.box .acknowledge{
	padding:20px 0 0 22px;
}

.box p.i_acknowledge{
	width:772px;
	float:left;
	padding-right:20px;
}

.box .agree_btn{
	background:transparent url(../images/agree1.gif) 0 0 no-repeat;
	width:89px;
	height:36px;
	border:0;
	cursor:pointer;
}

#about_us{
	width:747px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-left:110px;
}

#about_us p{
	margin:0;
	width:687px;
	color:#4c4c4c;
	padding:12px 0 12px 23px;
	position:relative;
}

#about_us p a{
	color:#4c4c4c;
}

#about_us p a:hover{
	color:#000000;
}

#about_us .icon{
	position:absolute;
	top:15px;
	left:-90px;
}

#about_us .top_corner{
	background:transparent url(../images/top_corner17.gif) 0 0 no-repeat;
	height:15px;
}

#about_us .btm_corner{
	background:transparent url(../images/btm_corner14.gif) 0 0 no-repeat;
	height:15px;
}

#about_us .center_content{
	border-left:2px solid #0071bc;
	border-right:2px solid #0071bc;
	padding-bottom:100px;
}

#about_us p.about{
	background-color:#f2f2f2;
	font-size:13px;
	text-align:justify;
	padding:0 20px 20px 13px;
	line-height:18px;
	border-bottom:2px solid #0071bc;
	width:710px;
	color:#000000;
}

#about_us p.about span{
	color:#0071bc;
	font-size:14px;
	padding-bottom:5px;
	display:inline-block;
}

#about_us p.the_team{
	color:#0071bc;
	font-size:14px;
	font-weight:bold;
}

#about_us p.advisory{
	color:#0071bc;
	font-size:14px;
	font-weight:bold;
	padding-top:30px;
}	

#contact_us{
	font-size:13px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

#contact_us p{
	margin:0;
}

#contact_us .content_box {
	width:460px;
	float:left;
}

#contact_us .content_box .top_corner{
	background:transparent url(../images/top_corner18.gif) 0 0 no-repeat;
	height:40px;
	font-size:24px;
	color:#FFFFFF;
	text-align:center;
	padding-top:13px;
}

#contact_us .content_box .btm_corner{
	background:transparent url(../images/btm_corner15.gif) 0 0 no-repeat;
	height:13px;
	font-size:0;
}

#contact_us .content_box .center_content{
	border-left:2px solid #29abe2;
	border-right:2px solid #29abe2;
}

#contact_us .content_box .center_content p{
	width:300px;
	padding:20px 0 0 42px;
}

#contact_us .content_box .center_content p.facebook{
	width:300px;
	padding:15px 0 15px 160px;
	background:transparent url(../images/facebook.gif) 0 center no-repeat;
	margin-left:45px;
}

#contact_us .content_box .center_content p.twitter{
	width:300px;
	padding:15px 0 15px 160px;
	background:transparent url(../images/twitter.gif) 29px center no-repeat;
	margin-left:45px;
}

#contact_us .content_box .center_content p a{
	color:#000000;
	text-decoration:underline;
}

#contact_us .content_box .center_content p a:hover{
	text-decoration:none;
}

#contact_us .form{
	width:610px;
	border-top:2px solid #e8e7e7;
	padding-left:20px;
}

#contact_us .form .select{
	width:160px;
}

#contact_us .form .inp_txt{
	width:347px;
}

#contact_us .form .inp_web{
	width:160px;
}

#contact_us .form p{
	padding:15px 0 4px 0;
}

#contact_us .form p span{
	color:#FF0000;
}

/* /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 */

#view_asset {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	width:840px;
}

#view_asset p{
	margin:0;
}

#view_asset .top_bar{
	background:transparent url(../images/center_repeat10.gif) 0 0 repeat-x;
	height:45px;
}

#view_asset .top_bar .left_corner{
	background:transparent url(../images/left_corner_4.gif) 0 0 no-repeat;
	width:17px;
	height:45px;
}

#view_asset .top_bar .right_corner{
	background:transparent url(../images/right_corner_4.gif) 0 0 no-repeat;
	width:17px;
	height:45px;
}

#view_asset p.media{
	font-size:13px;
	color:#FFFFFF;
	padding-top:15px;
	width:300px;
}

#view_asset p.heading{
	font-size:18px;
	color:#FFFFFF;
	padding-top:11px;
}

#view_asset p.help{
	padding-top:10px;	
}

#view_asset .btm_corner{
	background:transparent url(../images/btm_corner8.gif) 0 0 no-repeat;
	height:16px;
}

#view_asset .media_content{
	border-left:2px solid #39b44a;
	border-right:2px solid #39b44a;
}

#view_asset .box_1{
	width:265px;
	float:left;
	padding:20px 0 0 9px;
}

#view_asset .top_corner1{
	background:transparent url(../images/top_corner12.gif) 0 0 no-repeat;
	width:265px;
	height:14px;
	font-size:1px;
}

#view_asset .btm_corner1{
	background:transparent url(../images/btm_corner9.gif) 0 0 no-repeat;
	width:265px;
	height:14px;
	font-size:1px;
}

#view_asset .vid_content{
	border-left:2px solid #808080;
	border-right:2px solid #808080;
}
 
#view_asset a.click_here{
	width:245px;
	height:207px;
	background-color:#f2f2f2;
	border:2px solid #231f20;
	margin:auto;
	text-align:center;
	font-size:15px;
	color:#000000;
	text-decoration:none;
	line-height:200px;
	display:block;
}

#view_asset .vid_desc{
	padding:20px 0 0 6px;
}

#view_asset .vid_desc p{
	padding:3px 0 3px 0;
}

#view_asset .vid_desc p span{
	color:#333333;
}


#view_asset .vid_desc .inp_txt{
	width:130px;
	height:16px;
	border:1px solid #808080;
	margin-left:20px;
}

#view_asset .vid_desc .copy{
	background:transparent url(../images/copy-btn.png) 0 0 no-repeat;
	width:37px;
	height:27px;
	border:0;
	position:relative;
	top:2px;
	cursor:pointer;
}

#view_asset .rating_off{
	background:transparent url(../images/star_2.gif) 100% 0 no-repeat;
	width:93px;
	height:20px;
	margin-left:15px;
}

#view_asset .rating_on{
	background:transparent url(../images/star_2.gif) 0 0 no-repeat;
	width:60%;
	height:20px;
}

#view_asset .box_2{
	width:370px;
	float:left;
	padding:20px 0 0 9px;
}

#view_asset .box_2 .top_corner2{
	background:transparent url(../images/top_corner13.gif) 0 0 no-repeat;
	height:13px;
	font-size:0;
}

#view_asset .box_2 .btm_corner2{
	background:transparent url(../images/btm_corner10.gif) 0 0 no-repeat;
	height:13px;
	font-size:0;
}

#view_asset .box_2 .vid_type{
	background-color:#cccccc;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	padding-left:5px;
	font-size:13px;
}

#view_asset .box_2 .video_icon{
	margin-left:20px;
}

#view_asset .box_2 .photo_icon{
	margin-left:12px;
}

#view_asset .box_2 .inp_txt2{
	width:356px;
	height:27px;
	border:1px solid #999999;
	font-size:14px;
	padding-top:8px;
	margin-top:4px;
	text-indent:4px;
}

#view_asset .box_2 .txt_line{
	position:relative;
	padding-top:13px;
}

#view_asset .box_2 a.help3{
	position:absolute;
	top:7px;
	right:8px;
}

#view_asset .box_2 .txt_area{
	width:356px;
	height:145px;
	border:1px solid #999999;
}

#view_asset .box_3{
	width:175px;
	float:left;
	padding:20px 0 0 2px;
}

#view_asset .box_3 .btn{
	text-align:center;
}

#view_asset .box_3 .cancel{
	background:transparent url(../images/cancel.gif) 0 0 no-repeat;
	width:80px;
	height:29px;
	border:0;
	cursor:pointer;
}

#view_asset .box_3 .save{
	background:transparent url(../images/save.gif) 0 0 no-repeat;
	width:79px;
	height:29px;
	border:0;
	cursor:pointer;
	margin-left:15px;
}

#view_asset .box_3 p.by_clicking{
	padding-top:13px;
}

#view_asset .box_3 p.be_sure{
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-top:15px;
}

#view_asset .box_3 p.be_sure a{
	color:#FF0000;
	text-decoration:underline;
}

#view_asset .box_3 p.be_sure a:hover{
	text-decoration:none;
}

#view_asset .box_3 .top_corner3{
	background:transparent url(../images/top_corner14.gif) 0 0 no-repeat;
	width:175px;
	height:32px;
	font-size:11px;
	padding:3px 0 0 12px;
}

#view_asset .box_3 .top_corner3 p.help4{
	padding:3px 4px 0 0;
}

#view_asset .box_3 .special_instructions{
	border-left:1px solid #a8aaad;
	border-right:1px solid #a8aaad;	
	height:223px;
}

#view_asset .box_3 .btm_corner3{
	background:transparent url(../images/btm_corner11.gif) 0 0 no-repeat;
	height:16px;
}

#view_asset .automatic_accept{
	width:811px;
	margin:auto;
	padding:30px 0 15px 0;
}

#view_asset .automatic_accept a{
	color:#000000;
	text-decoration:underline;
}

#view_asset .amount{
	width:811px;
	margin:auto;
}

#view_asset .amount p.minimum_amount{
	padding-left:438px;
	padding-bottom:4px;
}

#view_asset .amount span{
	display:inline-block;
	width:405px;
}

#view_asset .amount .inp_amount{
	width:168px;
	height:20px;
	border:1px solid #000000;
	padding-top:3px;
	text-indent:5px;
}

#view_asset a.click_here_vid{
	background-color:#f2f2f2;
	border:2px solid #231f20;
	margin:auto;
	width:247px;
	display:block;
}

#view_asset .edit_txt{
	font-size:12px;
	font-weight:bold;
	padding-bottom:6px;
}

#view_asset .box_3 .edit{
	background:transparent url(../images/edit.gif) 0 0 no-repeat;
	width:80px;
	height:29px;
	border:0;
	cursor:pointer;
}

#view_asset .box_3 .special_instructions1{
	border-left:1px solid #a8aaad;
	border-right:1px solid #a8aaad;	
	height:236px;
}

#view_asset .box_3 .special_instructions1 p{
	width:178px;
	margin:auto;
	padding:4px 0 4px 0;
}

#view_asset .box_3 .status{
	width:187px;
	margin-top:20px;
}

#view_asset .box_3 .status .top_corner4{
	background:transparent url(../images/top_corner15.gif) 0 0 no-repeat; 
	height:6px;
	font-size:0;
}

#view_asset .box_3 .status .btm_corner4{
	background:transparent url(../images/btm_corner12.gif) 0 0 no-repeat; 
	height:6px;
	font-size:0;
}

#view_asset .box_3 .status .status__available{
	background-color:#cccccc;
	border-left:1px solid #7f7f7f;
	border-right:1px solid #7f7f7f;
}

#view_asset .box_3 .status p.status_txt{
	text-indent:10px;
	border-bottom:1px solid #6c6c6c;
	padding:2px 0 6px 0;
}

#view_asset .box_3 .status p.status_txt span{
	padding-left:55px;
}

#view_asset .box_3 .status p.licensed_txt{
	text-indent:10px;
	border-bottom:1px solid #6c6c6c;
	padding:6px 0 6px 0;
}

#view_asset .box_3 .status p.licensed_txt span{
	padding-left:15px;
}

#view_asset .box_3 .status p.earnings_txt{
	text-indent:10px;
	padding:6px 0 2px 0;
}

#view_asset .box_3 .status p.earnings_txt span{
	padding-left:0px;
}

#view_asset .current_licensing{
	text-align:center;
	padding:20px 0 15px 0px;
	font-size:16px;
	font-weight:bold;
}

#view_asset .non_exclusive{
	background-color:#ccffd3;
	width:812px;
	margin:auto;
}

#view_asset .exclusive{
	background-color:#ffd9d9;
	width:812px;
	margin:auto;
}

#view_asset .head_tab{
	background-color:#000000;
	border:1px solid #b2b2b2;
	height:30px;
}

#view_asset p.col12,
#view_asset p.col13,
#view_asset p.col14 {
	font-size:13px;
	color:#FFFFFF;
	float:left;
	line-height:27px;
	font-weight:bold;
}

#view_asset p.col12{
	width:240px;
	text-indent:18px;
}

#view_asset p.col12 span{
	color:#fff100;
}

#view_asset p.col13{
	width:196px;
}

#view_asset p.col14{
	width:330px;
}

#view_asset .row1 {
	border:1px solid #b2b2b2;
	border-top:0;
	height:30px;
	padding-left:18px;
}

#view_asset p.col15,
#view_asset p.col16,
#view_asset p.col17 {
	float:left;
	line-height:27px;
}

#view_asset p.col15{
	width:225px;
}

#view_asset p.col16{
	width:194px;
}

#view_asset p.col17{
	width:330px;
}

#view_asset p.col17 a{
	color:#000000;
	text-decoration:underline;
}

#view_asset .help_5{
	padding-top:3px;
}

/* browse_tab */

#browse_tab{
	background:transparent url(../images/center_repeat20.gif) 0 0 repeat-y;
	left-margin:0px;
}

#browse_tab p{
	margin:0;
}

#browse_tab .top_corner19{
	background:transparent url(../images/top_corner20.gif) 0 0 no-repeat;
	/*height:13px;
	font-size:1px;*/
}

#browse_tab .btm_corner7{
	background:transparent url(../images/btm_corner20.gif) 0 0 no-repeat;
	/*height:14px;
	font-size:0px;*/
}

#browse_tab .acrd {
	border-top:3px solid #f6921e;
	margin-top:9px;
}

#browse_tab .acrd .acrd_list3 {
	background-color:#e6e6e6;
	margin:10px;
	width:715px;
	padding:0px 0 0px 0;
}
#browse_tab .acrd_list3 .col1,
#browse_tab .acrd_list3 .col2,
#browse_tab .acrd_list3 .col3,
#browse_tab .acrd_list3 .col4,
#browse_tab .acrd_list3 .col5,
#browse_tab .acrd_list3 .col6,
#browse_tab .acrd_list3 .col7,
#browse_tab .acrd_list3 .col8,
#browse_tab .acrd_list3 .col9,
#browse_tab .acrd_list3 .col10,
#browse_tab .acrd_list3 .col11,
#browse_tab .acrd_list3 .col12,
#browse_tab .acrd_list3 .col13  {
	margin-right:10px;
	float:left;
	background:transparent url(../images/col-right-bg.gif) 100% 0 repeat-y;
}

#browse_tab .acrd_list3 .col1 {
	width:60px;
}

#browse_tab .acrd_list3 .col2 {
	width:255px;
	height:65px;
}

#browse_tab .acrd_list3 .col3 {
	width:150px;
	height:65px;
}

#browse_tab .acrd_list3 .col4 {
	width:75px;
	height:65px;
}

#browse_tab .acrd_list3 .col5 {
	width:75px;
	height:65px;
}

#browse_tab .acrd_list3 .col6 {
	width:100px;
}

#browse_tab .acrd_list3 .col7 {
	width:120px;
}

#browse_tab .acrd_list3 .col8 {
	width:225px;
	
}

#browse_tab .acrd_list3 .col9 {
	width:220px;
	margin-left:15px;
}

#browse_tab .acrd_list3 .col10 {
	width:240px;
}

#browse_tab .acrd_list3 .col11 {
	width:96px;
}

#browse_tab .acrd_list3 .col12 {
	width:400px;
}

#browse_tab .acrd_list3 .nobg {
	background:none;
}

#browse_tab .acrd_list3 span.chk_yes{
	margin:25px 0 0 5px;
	display:inline-block;
}

#browse_tab .acrd_list3 span.chk_no{
	margin:25px 0 0 25px;
	display:inline-block;
}

#browse_tab .acrd_list3 .copy{
	background:transparent url(../images/copy.gif) 0 0 no-repeat;
	width:38px;
	height:26px;
	border:0;
	cursor:pointer;
}

#browse_tab .acrd_list3 .inp_link{
	width:130px;
	border:1px solid #000000;
	margin-right:4px;
}

#settings{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	width:854px;
	padding-left:5px;
}

#settings .acc_settings{
	width:302px;	
	float:left;
	border:2px solid gray;
	border-right:0px;
}

#settings .ms_settings{
	float:right;
	width:546px;		
	border: solid gray 2px;	
}

#settings  .gray_center_repeat{
	background:transparent url(../images/center_repeat_3.gif) 0 0 repeat-x;
	height:23px;
	width:820px;	
	float:left;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:12px;	
}

#settings  .gray1_center_repeat{
	background:transparent url(../images/center_repeat_3.gif) 0 0 repeat-x;
	height:35px;
	width:516px;	
	float:left;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:12px;
	text-align:center;
}

#settings .gray_right_corner{
	background:transparent url(../images/right_corner_2.gif) 0 0 no-repeat;
	width:17px;
	height:35px;
	float:left;
}

#settings .gray_left_corner{
	background:transparent url(../images/left_corner_2.gif) 0 0 no-repeat;
	width:17px;
	height:35px;
	float:left;
}
#settings .box_1{
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	float:left;
	border:2px solid #C2C2C2;
	border-top:0px solid #C2C2C2;
	height:50px;
	width:266px;
	padding:0px 12px 12px 12px;
}

#settings .box_2{
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	border:2px solid #C2C2C2;
	border-top:0px solid #C2C2C2;
	height:300px;
}

#settings .box_2 .you_tube{
	height:160px;
	padding:10px;	
}

#settings .ms_settings .you_tube{
	height:90px;
	padding:10px;	
	width:auto;
	border-top:2px solid gray;
}

#settings .ms_settings .you_tube .col1{
	width:100px;
	padding:5px 5px 5px 20px;
	float:left;
}

#settings .ms_settings .you_tube .col2{
	width:360px;
	padding:5px 5px 5px 20px;
	float:left;
}


#settings .box_2 .picasa{
	height:75px;
	padding:10px;
}

#settings .picasa{
	padding:10px;
}


#settings .box_2 .col1{
	width:100px;
	padding:5px 5px 5px 20px;
	float:left;
}

#settings .box_2 .col2{
	width:360px;
	padding:5px 5px 5px 20px;
	float:left;
}

