/*.drawing_container{ width:424px; height:167px;background:url('./img/vm_background.png'); background-repeat:no-repeat;position:relative; }*/
.drawing_title_td{text-align:right; font-weight:bold;padding-top:3px;}
/*.drawing_image_tn img { width:65px;height:55px; position:absolute; top:20px; right:20px;}*/


/*
.vote_button {width:424px;height:68px;background:url('./img/vm_vote_btn_default.png'); background-repeat:no-repeat; position:absolute; bottom:0px; border:none;cursor:pointer;}
.vote_button2 {width:424px;height:68px;background:url('./img/vm_vote_btn_back.png'); background-repeat:no-repeat; position:absolute; bottom:0px; border:none;margin-top:10px;color: #FFFFFF;font-size: 20px;font-weight:bold}
.vote_button:hover { background:url('./img/vm_vote_btn_hover.png');}
.vote_button:active { background:url('./img/vm_vote_btn_active.png');}
.vote_button_disabled { width:424px;height:68px;background-repeat:no-repeat; position:absolute; bottom:0px; border:none;background:url('./img/vm_vote_btn_disabled.png'); cursor:default;}
*/


.drawing_container{ width:335px; height:365px;background:#EDEDDE; background-repeat:no-repeat;position:relative; }
.vote_button {width:335px;height:68px;background:url('./img/vm_vote_btn_default.png'); background-repeat:no-repeat; position:absolute; bottom:0px; border:none;cursor:}
.vote_button2 {width:335px;height:68px;background:url('./img/vm_vote_btn_back.png'); background-repeat:no-repeat; position:absolute; bottom:0px; border:none;margin-top:10px;color: #FFFFFF;font-size: 20px;font-weight:bold}
.vote_button2_text{margin-top: 17px;margin-left: 30px;}
.vote_button:hover { background:url('./img/vm_vote_btn_hover.png');}
.vote_button:active { background:url('./img/vm_vote_btn_active.png');}
.vote_button_disabled { width:335px;height:68px;background-repeat:no-repeat; position:absolute; bottom:0px; border:none;background:url('./img/vm_vote_btn_disabled.png'); cursor:default;}


.drawing_td_right{padding-bottom:5px}
.drawing_td_left{}
#drawing_table tr {padding-bottom:5px;}
/*.drawing_customer_table {position:absolute; left:20px;top:17px;}*/
.drawing_customer_age{padding-top:3px;padding-left:10px;width:190px;height:24px;background:url('./img/vm_field.png'); background-repeat:no-repeat;}
.drawing_customer_name{padding-top:3px;padding-left:10px;width:190px;height:24px;background:url('./img/vm_field.png'); background-repeat:no-repeat;}
.drawing_pager {width:800px; margin-left:20px;padding-left:0px; text-align:center;margin-bottom:20px;margin-top:20px;}

.drawing_pager a {padding-right:2px;}
/*.drawing_curr_cat{ font-weight:bold;color:#696969;font-size:16px;}*/
.drawing_curr_cat{ font-weight:bold;color:#222222;font-size:16px;}



.drawing_title{height:24px;margin-right: 3px;}
/*.drawing_image_tn img { width:65px;height:55px; position:absolute; top:16px; right:20px;}*/

.drawing_customer_table {}
.drawing_image_wrapper{width: 335px;}
.drawing_customer_table_wrapper{width: 324px;margin-left: 15px;margin-top: 5px;}
.drawing_vote_button_wrapper {width: 324px;margin-top: 10px;overflow: hidden;}
.drawing_image_tn { overflow: hidden;}


.drawing_image_tn_port {margin: 0 auto; width: 194px;}
.drawing_image_tn_land {margin: 0 auto; width: 335px;}
.drawing_image_tn_port img { width:194px;height:234px;}
.drawing_image_tn_land img { width:335px;height:234px;}

.pr-drawing_pager {width:100%; margin-left:20px;padding-left:0px; text-align:center;margin-bottom:20px;margin-top:20px;}
.pr-drawing_pager a {padding-right:2px;}

#pr-drawing-result-list-wrapper{
	overflow: hidden;
	margin-left: 40px;
	/*height: 100%;*/
	/*display: box;*/
}
.pr-drawing-result-elem-wrapper {
        float: left;
		width: 335px;
}

.pr-drawing-result-elem-wrapper {
	margin-left: 20px;
	margin-bottom: 20px;
}

.pr-drawing_pager{
overflow: hidden;
}
.pr-pager-base{
	width: 35px;
    float: left;
    -webkit-transition: all ease .2s;
       -moz-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;
}
.pr-pager-base:hover { background-color: #c0ebf1; }

.pr-pager-base-sep{
	margin-left: 1px;
	float: left;
	height: 10px;
	margin-top: 5px;
	width: 2px;
	border-left: 1px solid #999999;
}







.pr-pager-active{
	background: #439539;
	/*font-size: 20px;*/
}
.pr-pager-active a{
	color: #FFFFFF;
	/*font-size: 20px;*/
}

#imgPreviewWithStyles {
    background: #f1f1f1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    z-index: 999;
    border: none;
    border:1px solid #696969;
}

/* Text below image */
#imgPreviewWithStyles div {
    color: #439539;
    text-align: center;
    display: block;
    padding: 5px 0 3px 0;
}


/* the overlayed element */
.apple_overlay {
 
    /* initially overlay is hidden */
    display:none;
 
    /* growing background image */
    background-image:url(/media/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(/media/img/overlay/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}
.cat_data{display:none;}
