﻿/*designer styles*/
#contentholder{
	/*width: 400px;*/
	/*height: 298px;*/
	margin: 0 auto;
	/*border: 2px solid #000;*/	
    position:relative;
    /*background-color:Red;*/   
	/*background-image:url('../images/temp/low18x24golf7.jpg');*/
	/*background-repeat:no-repeat;*/
	overflow: hidden;
}

.rotation
{
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=-90);
}

#designbox
{
    width: 500px;
    height: 400px;
    float:right;
    background-image: url('../images/picturematte.png');
    background-repeat:no-repeat;
    margin-top: 10px;   
    
}

#configbox
{
    margin-top: 10px;
    width:350px;
    height:380px;
   /* border: 1px solid #000;*/
    float: left;
    padding: 5px;
    position:relative;
    
}

#leftgradient
{
    width:350px;
    height:235px;
    background-image:url('../images/designerleft.jpg');
    background-repeat:repeat-y;
    background-position:left;
    position:relative;
}

#rightgradient
{
    width:326px;
    height:235px;
    background-image:url('../images/designerright.jpg');
    background-position:right;
    background-repeat:repeat-y;
    padding-right: 12px;
    padding-left: 12px;
    position:relative;
}

.colorbox
{
    width: 12px;
    height: 12px;
    float:left;
    overflow:hidden;
    margin:2px;
    padding:2px;
    display:inline;
}

.texturebox
{    
    float:left;
    margin:2px;
    display:inline;
}

.colorLink
{
    text-decoration:none;
    display:inline;
}


.colorLink:hover div
{
    border:1px solid #CCCCCC;
    width:10px;
    height:10px;
}

.clipart
{
    width:300px;
    font-size:80%;
}