@import url("general.css");

ul {
    padding: 0;
    margin: 0;
    }
    
#content {
    }

/*		Print Info		*/

#print {
    float: right;
	margin-right: 15px;
    }

	#print a {
		padding: 0px 0 2px 18px;
		background: transparent url(../images/icon_print.jpg) bottom left no-repeat;
		color: #000;
		font-size: 10px;
		}

/*		Photo Display		*/

#photo {
    float: left;
    width: 375px;
	margin-right: 10px;
	text-align: center;
    }
	
	#photo p {
		margin-top: 0;
		text-align: left;
		}
    
    #photo img {
        border: 0;
		margin: 10px 0 10px 0;
        }
        
    #photo p a {
        color: #000;
        padding: 2px 0 2px 20px;
		background: url(/images/view_larger_image.jpg) top left no-repeat;
		font-size: 12px;
        }

/*		Main Item Info		*/


#description {
	margin-left: 385px;
    width: 460px;
	font-size: 12px;
	background: #fff url(/images/description_bg.jpg) no-repeat 0 28px;
    }

    *:first-child+html #description { /* IE6,7 hack */
		background-position: 0 42px;
		}
	
	#description h1, #description h2, #description h3, #description p, #description ul {
		margin: 6px 12px;
		}

	#description h1 {
		font-size: 17px;
		color: #000;
		margin-top: 18px;
		}
	
	#description #quickship {
		font-size: 17px;
		color: #DD1F26;
		font-weight: bold;
		margin-bottom: 15px;
		}

	#description h2#model {
		padding-top: 10px;
		}

    #description h2 {
        font-size: 12px;
		color: #424242;
		margin-top: 20px;
        }

	#description h2 a, #description #quickship a {
		color: #424242;
		font-weight: normal;
		border-bottom: 1px dotted #424242;
		font-size: 10px;
		}
	
    #description ul {
        padding-left: 30px;
        }
	
	#COMdefine, #QuickShipDefine {
		display: none;
		}
	
	#dimensions_wrapper {
	   width: 500px;
	   }
	
	#dimensions {
		}
		
	#quantity {
		}

/*		Actions Menu		*/

#description ul#actions {
	padding-left: 10px;
	}

#actions {
	background: #fff url(/images/actions_bg.jpg) no-repeat top left;
    padding: 10px 10px 10px 0;
	margin-left:0;
	list-style: none;
    }

#actions a {
	color: #707070;
	font-size: 11px;
	}
	
	#actions a:hover {
	   color: #DD1F26;
	   }

#actions li {
	padding-bottom: 5px;
	display: inline;
	margin-right: 10px;
	}

#actions .add {
	}

#actions .tear {
	}

#actions .hires {
    color: #DD1F26;
	}

#actions .addthis_button {
	margin-top: 10px;
	}

/*		Related Items		*/

#other_items {
    clear: both;
	color: #686868;
	font-size: 10px;
    }
	
	#other_items div {
		background: url(/images/description-fade.jpg) no-repeat top left;
		}
	
	#other_items a {
		color: #686868;
		}
		
	#other_items h2 {
		color: #000;
		font-size: 22px;
		text-transform: lowercase;
		width: 197px;
		height: 23px;
		margin-bottom: 17px;
		}
	
	#other_items h2 span {
		display: none;
		}

#related h2 {
	background: url(/images/related_items.jpg) top left no-repeat;
	}

#recent h2 {
	background: url(/images/recently_viewed.jpg) top left no-repeat;
	}


#other_items img {
	border: 3px solid #b2b2b2;
	padding: 0 8px;
	margin-bottom: 8px;
	background: #fff;
	}

#related {
    float: left;
    width: 380px;
    }

#recent {
    float: left;
	margin-left: 0px;
    width: 480px;
    }
     
    #other_items ul li {
        display: inline;
        list-style-type: none;
        padding-right: 18px;
        width: 100px;
        float: left;
		background: url(/images/other_item_bg.gif) no-repeat 1px 0px;
        }