﻿/* General Style */

.divclear {
	clear:both; 
	height:0px; 
	font-size:0px; 	
	margin: 0;
	padding: 0;
	margin-top:-1px;
}
/* General Style END */

#two
{
	background-image:url(templates/common/images/order_bg.png);background-repeat:repeat-x;
}

/* Block Setup */

#blocks
{
     height:225px;
     width:950px;  
}

#blocone
{
    width:295px;
    height:230px;
    float:left;
    display:block;
    margin-top:-6px;
}
#blocone a
{
	padding-bottom:4px;
}

#bloctwo1
{    
    width:175px;
    height:238px;
    float:left;
}
#bloctwo1 img
{    
	padding-bottom:15px;
}


#bloctwo
{    
    width:175px;
    background-color:#141414;
    height:238px;
    float:left;      
}



#blocthree
{
   padding:0px;
   margin-right:43px;
    height:225px;
    float:right;
   /*padding: Top Right Bottom Left */
 
 
  
}
#blocfour
{
	padding:0px;
	margin-right:30px;
	height:238px;
	float:left;
	background-image:url("templates/common/images/scottish.jpg");
	font-size:12px;
   /*padding: Top Right Bottom Left */
}

#blocfour a  
{
     font-size:12px;
     color:#2DB02D;
     text-decoration:underline;
 }

#blocfour a:hover 
{ 
     text-decoration:underline;
     color:#cccccc;
     font-size:12px;
}


#loginarea
{
    margin:0;
}
/* Block Setup END*/
/* rollovers */
#blocone a  
{
    display:block;
    height:64px;
    width:290px;
    overflow:hidden;
}

#blocone a:hover 
{ 
    display:block; 
    text-indent:-290px; 
}

#neworder
{
    margin:10px;
}
#neworder a  
{
    display:block;
    height:63px;
    width:155px;
    overflow:hidden;
}

#project
{
	margin-left:10px;
	margin-bottom:5px;
}


/* rollovers end */

/* Sign in Formatting*/


#bloctwo ul
{
    margin-right:10px;
}

.label
{
    font-size:10px;
    float:right;
    color:#cccccc;
}

.textbox
{
    float:right;
    background-color:#fff;
    color:#000000;
    border:1px solid #000000;
}

.submit
{
    float:right;
}

.forgot
{
    float:right;
}

.submitbutton
{ 
  background-color: #666666; 
  border: 1px solid #000000;
  color: #ffffff; 
  font-size: 11px; 
  padding: 1px 2px; 
  width:100px;
  float:right;
}

.error
{
    font-size:10px;
    color:Red;
    width:200px;
}

#errorbox
{
	background-color:#141414;
	float:left;
	width:200px;
	margin-top:10px;
}

/* Sign in Formatting END*/

/* Bloc two links */
#signup a  
{
    display:block;
    height:59px;
    width:155px;
    overflow:hidden;
    margin:5px 0 0 10px;
}

#signup a:hover 
{ 
    display:block; 
    text-indent:-155px; 
} 

#bloctwo a
{
    font-size:10px;
    color:#2DB02D;
    text-decoration:underline;
}
#bloctwo a:hover
{
    text-decoration:underline;
    color:#cccccc;
    font-size:10px;
}
/* Bloc two links END */


/* Floats */

.right
{
    float:right;
}

.left
{
    float:left;
}

/* Floats END */

#counter
{
	margin-top:20px;
	width:895px;
	height:30px;
	background-color:#141414;
	border:1px solid #272727;
	padding:5px;
	font-family:Myriad Pro;
	font-size:30px;
	font-weight:bold;
	color:#434242;
}
#OrderName input
{	
	margin-left:5px;
	margin-bottom:3px;
}
#OrderName label
{
	margin-left:35px;
}
#PriceTable
{
	font-size:12px;
	margin-left:50px;
	margin-bottom:10px;
	padding-bottom:0;
	width:182px;
	border-collapse:collapse;
	text-align:left;
}

#PriceTable .highlight
{
	font-weight:bold;
}
