@charset "UTF-8";

/* English OK 2008 */
/* pricing.css */

/* set NULL */


/*---------------------------------PORTFOLIO PAGE---------------------------------*/

.portfolioimage{
	border:2px solid #CCCCCC;
}

.portfoliotext{
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin:10px 24px 10px 16px;
}

/*input{
	height:23px;
	font-size:14px;
	width:250px;
	margin:0;
	padding:0;
	border:1px solid #666;
	}*/
	
textarea{
	height:143px;
	font-size:14px;
	width:550px;
	margin:0;
	padding:0;
}

input:focus, textarea:focus, select:focus, input:hover, textarea:hover select:hover{ 
	background:#CDEBFA;
  	color :#333333;
	}
	
label{
	margin:5px 15px;
	}

radio{
	width:10px;
	height:10px;
}

.ordertable {
	border-collapse:collapse;
	width:602px;
	margin:10px auto;
	padding:4px;
	border-spacing:4px;
	background-color:#EEEEEE;
	font-size:14px;
	font-weight:bold;
	border:2px dotted #CCC;
	}

.ordertable td{
	margin:0;
	padding:2px 5px 5px 5px;
	text-align:left;
	background-image:none;
	}
	
.ordertable td.radio{
	margin:0;
	padding:5px;
	text-align:center;
	background-color:#FFFFFF;
	background-image:none;
	}

.ordertable th.spacer{
	widht:10px;
	text-align:left;
	background-image:none;
	}
	
.ordertable th{
	margin:0;
	padding:5px 5px 0 5px;
	width:150px;
	text-align:left;
	}
	
a.bluelinkp{
	font-size:13px;
	font-weight:bold;
	color:#F35500;
	border-bottom:2px dotted #F35500;
	text-decoration:none;
	margin:5px 0 10px 5px;
	line-height:160%;
}

a.bluelinkp:hover{
	color:#F39412;
	text-decoration:none;
}

.special {
	width:5px;
	visibility:hidden;
}

.search_button{
	display:block;
	width:216px;
	height:49px;
	overflow:hidden;
	margin:15px 0 10px 15px;
	padding:0;
	text-indent:-1000px;
	background:url(../images/global/order/send_bigbutton.jpg) 0 0;
	border:none;
}

.search_button:hover{
	background:url(../images/global/order/send_bigbutton.jpg) -216px 0;
}