@charset "UTF-8";

/* CSS Reset v1.0 | 20080212 */

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, 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 {
	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;
}

/***************************************************************/
/***************************************************************/
/* INDEX *******************************************************/
/***************************************************************/
/***************************************************************/

html
{
	overflow-x:hidden;
	background-color:#000000;
}

body
{
	font-family: Arial;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	color: #c3c4c6;
	text-decoration: none;
	background: url(/images/vz_background.png) repeat-x;
}

#vz_header {
	width:980px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background:url(/images/vz_header_background.png) no-repeat;
	padding-right:10px;
}

.vz_header_logo {
	float:left;
	margin:12px 0px 0px 16px;
}

.vz_header_buttons {
	float:left;	
	margin:17px 0px 0px 40px;
}

.vz_header_menu {
	float:right;
	margin:19px 20px 0px 0px;
}

.vz_header_menu a, .vz_header_menu a:link, .vz_header_menu a:visited, .vz_header_menu a:active {
	color: #4c9bd6;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

.vz_header_menu a:hover {
	color: #ffffff;	
}

.vz_header_link {
	margin-left:20px;
	display:none;
}

#headerlink_register {	
	padding:5px 10px 5px 10px;
	border:1px solid #4c9bd6;	
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-outline-radius-bottomleft:7px;
	-moz-outline-radius-bottomright:7px;
	-moz-outline-radius-topleft:7px;
	-moz-outline-radius-topright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;	
}

.vz_header_text {
	font-size:12px;
}

.vz_tab {
	display:none;	
}

.vz_content_main {
	vertical-align:top;
	margin:0px;
	padding:0px;
}

#vz_footer {
	width:960px;
	height:40px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	color: #808080;
}

#vz_drawer {
	overflow:visible;
	position:fixed;	
	left:0;
	top:0;
	text-align:center;
	padding:16px;
	font-size:18px;
	/*border-bottom:2px solid #789;*/
	width:100%;
	display:none;
	z-index:2;
	/*
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	*/
	/*
	background:url(/images/vz_drawer_bg.png);
	*/
	background-color:#777777;
}

a, a:link, a:visited, a:active {
	color:#4c9bd6;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
}

div.scrollableMain {  
	position:relative;
	overflow:hidden;
	clear:both;
	width:1040px; 
	height:590px;
	margin-left:auto;
	margin-right:auto;
}

.panel { 
	width:1040px; 
	height:590px; 
	float:left; 
    display:block; 
}

div.scrollableMain div.itemsMain {	
	position:absolute;
	height:590px;
	width:20000em; 
	margin:0px;
	padding:0px;
	clear:both;
}

/* root element for tabs */
#scrollableMainTabs {
	
}

/* single tab */
#scrollableMainTabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#scrollableMainTabs li a {
	display:block;
	padding:0px;
	margin:0px 6px 0px 6px;
	color:#4c9bd6;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	background-color:transparent;
	cursor:pointer;
}

#scrollableMainTabs a:hover 		{ color:#fff;	 }
#scrollableMainTabs a.current		{ cursor:default; color:#fff;}
#scrollableMainTabs a.currentsearch	{ text-decoration:underline; color:#fff; }

/***************************************************************/
/* FORMS *******************************************************/
/***************************************************************/

.zend_form{
	overflow:auto;
	border:0px solid #aaaaaa;
	/*
	margin-left:auto;
	margin-right:auto;
	padding:30px 100px 30px 0px;
	*/
	width:700px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-outline-radius-bottomleft:7px;
	-moz-outline-radius-bottomright:7px;
	-moz-outline-radius-topleft:7px;
	-moz-outline-radius-topright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
}

.zend_form dt{
	padding:0;
	clear:both;
	width:30%;
	float:left;
	text-align:right;
	margin:0px 5px 10px 0;
	font-family: Arial;
	font-size: 18px;
	text-align: left;
	font-style: normal;
	line-height: 30px;
	color: #a9a9a9;
	vertical-align:top;
	width: 150px;
}

.zend_form dd {
	padding:0;
	float:left;
	width:68%;
	margin:0px 2px 10px 0;
}

.zend_form dd.checkbox {
	width:20px;	
}

#vz_reset_password{
	display:none;
}

.zend_form a, .zend_form a:link, .zend_form a:visited, .zend_form a:active {
	color:#999999;
}

.zend_form a:hover {
	color:#cccccc;	
}

.zend_form dd h1 {
	font-size:20px;	
	letter-spacing:-1px;
	font-weight:bold;
	color:#cccccc;
	margin:0px;
	padding:0px;
}

.zend_form p{
	padding:0;
	margin:0;
}

.zend_form input, .zend_form textarea{
	margin:0px;
}

.required:after{content:'* '}

.optional:after{/*content:'+ '*/}

input {
	font-family: Arial;
	font-size: 18px;
	color: #c6c6c6;
    border: 0px solid #a9a9a9; 
	background: #39373c;
	width: 200px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	padding:5px;
}

input:focus, textarea:focus, select:focus {
	background-color: #666666;
}

textarea {
	width: 360px;
	height:200px;
	font-family: Arial;
	font-size: 18px;
	color: #c6c6c6;
    border: 0px solid #a9a9a9; 
	background: #39373c;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	padding:5px;
}

.errors {
	color:#ffffff;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	font-style: normal;
}

button, .vz_button {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	background-color:#4c9bd6;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	font-size:16px;
	height:24px;
	padding:0px;
}

#bookmarksForm input[type="checkbox"] {
	text-align:left;
	width:20px;
	height:30px;
}

/***************************************************************/
/***************************************************************/
/* OVERVIEW ****************************************************/
/***************************************************************/
/***************************************************************/

.vz_bookmark_text {
	display:block;
	font-size:10px;
	color:#c3c4c6;
	margin-top:40px;
	margin-left:45px;
	width:140px;
	height:11px;
	overflow:hidden;
	white-space:nowrap;
}
.vz_bookmark_block {
	position: relative; 
	visibility:hidden;
	background-color:#000000; 
	display:none;
	font-size:11px;
	top:-5px;
}
.vz_bookmark_insideblock {
	border:5px solid #000000;
}
.vz_bookmark_user {
    color: #2aa5ff;
}
.vz_bookmark_user:hover {
	color: #ffffff;
}
.vz_bookmark_zoom_text {
	width:210px;
	height:12px;
	overflow:hidden;
	margin:0 0 5px 8px;
	padding:0;
	text-align:center;
	white-space:nowrap;
}

.vz_bookmark_zoom_buttons {
	width:210px;
	text-align:right;	
	margin:0 0 0 8px;
}

.vz_bookmark_wrapper {

}

.vz_bookmark_container {
	width:960px; 
	height:160px; 
	clear:both; 
	border:0px solid #ffffff;
}

.vz_bookmark_image {
	border: 10px solid #000000; 
	display:none;
}

div.scrollableOverview {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */
	height: 600px;
	width: 1040px;
}

/* root element for scrollable items */
div.scrollableOverview div.itemsOverview {	
	position:absolute;
	
	height:1000px;
	
	width:1040px; 
	clear:both; 
	border:0px solid #ffffff;  
	padding-right:0px; 
	overflow:hidden
}

/* the action buttons*/
#actions {
	position:absolute;
	text-align:center;
	vertical-align:top;
	margin-top:546px;
	background:url(/images/vz_navigation_background.png) no-repeat;
	/*background-color:#aaaaaa;*/
	width:980px;
	height:50px;
	margin-left:25px;
	/*border-top:2px solid #000000;*/
	z-index:9999;
}

#navibuttons {
	width:100px;
	height:50px;
	float:right;
}

.buttonThumbs {
	position:absolute;
	top:10px;
	left:30px;
	width:22px;
	height:22px;
	background:url(/images/vz_button_thumbs.png) no-repeat;
	display:block;
	cursor:pointer;
}

.buttonText {
	position:absolute;
	top:10px;
	left:60px;
	width:22px;
	height:22px;
	background:url(/images/vz_button_text.png) no-repeat;
	display:block;
	cursor:pointer;
}

.buttonFacebook {
	position:absolute;
	top:10px;
	left:90px;
	width:77px;
	height:22px;
	background:url(/images/vz_button_facebook.png) no-repeat;
	display:block;
	cursor:pointer;
}

.buttonThumbs:hover, .buttonText:hover, .buttonFacebook:hover {
	background-position:0px -22px;
}

.nextPageOverview, .nextPageDummy {
	position:absolute;
	top:2px;
	left:850px;
	width:43px;
	height:43px;
	background:url(/images/vz_button_down.png) no-repeat;
	display:block;
	cursor:pointer;
}

.moreOverview {
	position:absolute;
	top:2px;
	left:850px;
	width:43px;
	height:43px;
	background:url(/images/vz_button_down.png) no-repeat;
	display:block;
	cursor:pointer;
}

.prevPageOverview, .prevPageDummy {
	position:absolute;
	top:2px;
	left:900px;
	width:43px;
	height:43px;
	background:url(/images/vz_button_up.png) no-repeat;
	display:block;
	cursor:pointer;
	float:right;
}

.moreOverview:hover, .prevPageOverview:hover, .nextPageOverview:hover {
	background-position:0px -43px;
}

.nextItems, .refreshItems {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	background-color:#4c9bd6;
	border:1px solid #FFFFFF;
	color:#000000;
	cursor:pointer;
	font-size:12px;
	height:20px;
	padding:0px;
	width:70px;
}

.nextItems:hover, .refreshItems:hover {
	color:#ffffff;
	background-color:#4c9bd6;
}

.nextItems:active, .refreshItems:active {
	color:#ffffff;
	background-color:#4c9bd6;
}

.nextItems:link, .refreshItems:link {
	color:#ffffff;
	background-color:#4c9bd6;
}

.nextItems:visited, .refreshItems:visited {
	color:#ffffff;
	background-color:#4c9bd6;
}

#actions a {
	
}

#actions a:hover {

}

.disabled {
	visibility:hidden;		
}

.image-holder{
	background:url(/images/ajax-circle.gif) 105px 70px no-repeat;
}	

.vz_edit_button {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	background-color:#4c9bd6;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	font-size:10px;
	height:17px;
	padding:0px;
	margin:0px;
	width:40px;
}

.vz_list_edit_button {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	background-color:#4c9bd6;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	font-size:10px;
	height:17px;
	padding:0px;
	margin:5px;
	width:40px;
}

.vz_list_title {
	font-size:16px; 
	color:#ffffff; 
	height:18px; 
	overflow:hidden;
	white-space:nowrap;
}

.vz_list_url {
 	font-size:14px; 
	height:16px; 
	overflow:hidden;	
	white-space:nowrap;
}

.vz_list_item:hover {
	background-color:#555555;
}

.vz_list_buttons {
	padding-left:10px;	
}

.vz_list_vizitedby {
	padding-left:10px;
	padding-top:10px;
	color:#ffffff;
}

.vz_list_vizitedby a, .vz_list_vizitedby a:link, .vz_list_vizitedby a:active, .vz_list_vizitedby a:visited {
	color:#4c9bd6;
	padding:0 2px 0 2px;
}   

.vz_list_vizitedby a:hover {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	color:#ffffff;
	background-color:#4c9bd6;
	text-decoration:none;
}

.vz_bookmark_vizitedby {
	color:#ffffff;	
}

.vz_bookmark_vizitedby a, .vz_bookmark_vizitedby a:link, .vz_bookmark_vizitedby a:active, .vz_bookmark_vizitedby a:visited {
	color:#4c9bd6;
	padding:0 2px 0 2px;
}   

.vz_bookmark_vizitedby a:hover {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	color:#ffffff;
	background-color:#4c9bd6;
	text-decoration:none;
}

.navi {
	height:20px;
	margin-top:15px;
	width:500px;
	float:right
}
.navi a.active {
	background-position:0 -16px;
}

.navi a:hover {
	background-position:0 -8px;
}

.navi a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/navigator.png) no-repeat scroll 0 0;
	display:block;
	float:left;
	font-size:1px;
	height:8px;
	margin:3px;
	width:8px;
}


/***************************************************************/
/***************************************************************/
/* BOOKMARK ****************************************************/
/***************************************************************/
/***************************************************************/

#bookmarksForm input {
	width: 400px;
}

/* Autocomplete lay-out */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 16px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	color:#555555;
}

.ac_loading {
	/*
	background: white url('indicator.gif') right center no-repeat;
	*/
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #4c9bd6;
	color: white;
}

/***************************************************************/
/***************************************************************/
/* ACCOUNT PAGE ************************************************/
/***************************************************************/
/***************************************************************/


/* root element for scrollable */
div.scrollableAccount, div.infoAccount {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 620px;	 
	width: 1090px;
}

/* root element for scrollable items */
div.scrollableAccount div.itemsAccount, div.scrollableInfo div.itemsInfo {	
	position:absolute;
	
	height:3500px;
	width:1090px; 
	clear:both; 
	border:0px solid #ffffff;  
	padding-right:0px; 
	overflow:hidden
}

div.sectionAccount, div.sectionBookmark, div.sectionInfo {
	/*width:1090px;*/
	width:960px;
	height:620px;	
	clear:both;
	padding:20px 0px 0px 45px;
}

/***************************************************************/
/* REGISTER ****************************************************/
/***************************************************************/

#reCAPTCHA {
	background-color:#ffffff; width:440px
}

/* simple css-based tooltip */ 
div.tooltip { 
    background-color:#000; 
    border:1px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
    z-index:999;
    
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}

/***************************************************************/
/***************************************************************/
/* SEARCH PAGE *************************************************/
/***************************************************************/
/***************************************************************/

#tagsOverview {
	width:950px;
	height:570px;
	overflow:hidden;
	margin-left:40px;
	padding-top:20px;
	padding-right:40px;
	padding-bottom:40px;
}

/*
.vz_tag_button {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	background-color:transparent;
	color:#FFFFFF;
	cursor:pointer;
	height:auto;
	padding:0px;
	width:auto;
}

.vz_tag_button:hover {
	background-color:#4c9bd6;	
}

*/

a.vz_tag_button, a.vz_tag_button:link, a.vz_tag_button:visited, a.vz_tag_button:active {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	background-color:transparent;
	color:#FFFFFF;
	cursor:pointer;
	height:auto;
	padding:0px;
	width:auto;
	text-decoration: none;
	border:1px solid transparent;
	padding:2px;
}

a.vz_tag_button:hover {
	background-color:#4c9bd6;
	text-decoration: none;
	border:1px solid #4c9bd6;
	color:#ffffff !important;
}


#vz_selected_tags {
	float:left;	
	margin:17px 0px 0px 30px;
	width:150px;
	height:15px;
	overflow:hidden;
	white-space:nowrap;
	font-size:10px;
	line-height:15px;
}

.vz_tag_selected {
	background-color:#555555;
	color:#ffffff;
	font-size:10px;
	line-height:15px;
	padding:0 4px 0 4px;
    -moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;	
	cursor:default;
}

.vz_tag_selected a, .vz_tag_selected a:link, .vz_tag_selected a:active, .vz_tag_selected a:visited {
	color:#aaaaaa;
	text-decoration:none;
	cursor:pointer;
}

.vz_tag_selected a:hover {
	text-decoration:none;
	color:#4c9bd6;
} 

/***************************************************************/
/***************************************************************/
/* INFO PAGES **************************************************/
/***************************************************************/
/***************************************************************/


.sectionInfo {
	padding:20px 300px 0px 40px;
}

.sectionInfo h1 {
	font-size:20px;	
	letter-spacing:-1px;
	font-weight:bold;
	color:#cccccc;
	margin-bottom:20px;
}

.sectionInfo p {
	font-size:13px;
	margin-bottom:20px;
	line-height:16px;
}

.sectionInfo ul {
	font-size:13px;
	line-height:16px;
	margin-bottom:20px;
}

.sectionInfo li {
	list-style:square;
	margin-left:20px;
	margin-bottom:5px;
}

.vz_privacy_page {
	height:500px;
	overflow:auto;
	padding-right:20px;
}

/***************************************************************/
/***************************************************************/
/* SCROLLPANE **************************************************/
/***************************************************************/
/***************************************************************/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: transparent;
}
.jScrollPaneDrag {
	position: absolute;
	background: #333333;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

a.jScrollArrowUp {
	background: url(/_static/images/dmm_basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(/_static/images/dmm_basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

/***************************************************************/
/***************************************************************/
/* OVERLAY *****************************************************/
/***************************************************************/
/***************************************************************/

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	/*background-image:url(../img/overlay/white.png);*/
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(/images/close.png);
	position:absolute; 
	right:5px; 
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* use a semi-transparent image for the overlay */
#overlay {
	background-image:url(/images/transparent.png);
	color:#efefef;
	height:450px;
}

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	height:498px;
	overflow-y:auto;
	overflow-x:hidden;
}

#overlay_page_wrapper {
	font-size:15px;
	line-height:20px;
}

#overlay_page_wrapper #bookmark_header
{
	width:580px;
	padding:20px 20px 0px 20px;
	font-size:20px;
}

#overlay_page_wrapper #bookmark_wrapper
{
	width:580px;
	padding:20px;
}

#overlay_page_wrapper #bookmark_col
{
	float:left;
	width:210px;
	padding:0px 10px 0px 0px;
}

#overlay_page_wrapper #attribute_col
{
	float:right;
	width:350px;
	padding:0px 0px 0px 10px;
}

#overlay_page_wrapper .label {
	color:#dddddd;
}

#overlay_page_wrapper .content {
	color:#A9A9A9;
	padding-bottom:10px;
}

#overlay_page_wrapper a, #overlay_page_wrapper a:link, #overlay_page_wrapper a:visited, #overlay_page_wrapper a:active {
	color:#4c9bd6;
	text-decoration:none;
}

#overlay_page_wrapper a:hover {
	color:#ffffff;
}

#overlay_page_wrapper a.site_link, #overlay_page_wrapper a.site_link:link, #overlay_page_wrapper a.site_link:visited, #overlay_page_wrapper a.site_link:active {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	background-color:#333333;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	font-size:10px;
	height:24px;
	padding:0px 2px 0px 2px;
}

#overlay_page_wrapper a.site_link:hover {
	background-color:#4c9bd6;
}